mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Update copyright in remaining files + prints in the UI
This commit is contained in:
parent
4a5db60843
commit
1f1c3038c2
42 changed files with 43 additions and 43 deletions
|
|
@ -3174,7 +3174,7 @@ Error EditorNode::save_translatable_strings(const String& p_to_file) {
|
|||
OS::Time time = OS::get_singleton()->get_time();
|
||||
f->store_line("# Translation Strings Dump.");
|
||||
f->store_line("# Created By.");
|
||||
f->store_line("# \t" VERSION_FULL_NAME " (c) 2008-2015 Juan Linietsky, Ariel Manzur.");
|
||||
f->store_line("# \t" VERSION_FULL_NAME " (c) 2008-2016 Juan Linietsky, Ariel Manzur.");
|
||||
f->store_line("# From Scene: ");
|
||||
f->store_line("# \t"+get_edited_scene()->get_filename());
|
||||
f->store_line("");
|
||||
|
|
@ -5808,7 +5808,7 @@ EditorNode::EditorNode() {
|
|||
about->get_ok()->set_text("Thanks!");
|
||||
about->set_hide_on_ok(true);
|
||||
Label *about_text = memnew( Label );
|
||||
about_text->set_text(VERSION_FULL_NAME"\n(c) 2008-2015 Juan Linietsky, Ariel Manzur.\n");
|
||||
about_text->set_text(VERSION_FULL_NAME"\n(c) 2008-2016 Juan Linietsky, Ariel Manzur.\n");
|
||||
about_text->set_pos(Point2(gui_base->get_icon("Logo","EditorIcons")->get_size().width+30,20));
|
||||
gui_base->add_child(about);
|
||||
about->add_child(about_text);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue