diff options
| author | Juan Linietsky | 2015-05-17 18:19:24 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-05-17 18:19:24 -0300 |
| commit | 5272853cdc1c37fc545c443370bf87642122f4cc (patch) | |
| tree | 04fab4bb83690ebacdb7d002817c2ecffdbc8630 /tools/editor/editor_node.cpp | |
| parent | a44dd89c55b24b36d32b82308332ce94b569d04b (diff) | |
| download | godot-5272853cdc1c37fc545c443370bf87642122f4cc.tar.gz godot-5272853cdc1c37fc545c443370bf87642122f4cc.tar.zst godot-5272853cdc1c37fc545c443370bf87642122f4cc.zip | |
-changed some copyrights to 2015
Diffstat (limited to 'tools/editor/editor_node.cpp')
| -rw-r--r-- | tools/editor/editor_node.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp index 051f84272..f5139cfe4 100644 --- a/tools/editor/editor_node.cpp +++ b/tools/editor/editor_node.cpp @@ -2541,7 +2541,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-2014 Juan Linietsky, Ariel Manzur."); + f->store_line("# \t"VERSION_FULL_NAME" (c) 2008-2015 Juan Linietsky, Ariel Manzur."); f->store_line("# From Scene: "); f->store_line("# \t"+get_edited_scene()->get_filename()); f->store_line(""); @@ -4007,7 +4007,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-2014 Juan Linietsky, Ariel Manzur.\n"); + about_text->set_text(VERSION_FULL_NAME"\n(c) 2008-2015 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); |
