aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_log.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2015-05-17 18:19:24 -0300
committerJuan Linietsky2015-05-17 18:19:24 -0300
commit5272853cdc1c37fc545c443370bf87642122f4cc (patch)
tree04fab4bb83690ebacdb7d002817c2ecffdbc8630 /tools/editor/editor_log.cpp
parenta44dd89c55b24b36d32b82308332ce94b569d04b (diff)
downloadgodot-5272853cdc1c37fc545c443370bf87642122f4cc.tar.gz
godot-5272853cdc1c37fc545c443370bf87642122f4cc.tar.zst
godot-5272853cdc1c37fc545c443370bf87642122f4cc.zip
-changed some copyrights to 2015
Diffstat (limited to 'tools/editor/editor_log.cpp')
-rw-r--r--tools/editor/editor_log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_log.cpp b/tools/editor/editor_log.cpp
index 67c7f7b78..8d4965596 100644
--- a/tools/editor/editor_log.cpp
+++ b/tools/editor/editor_log.cpp
@@ -219,7 +219,7 @@ EditorLog::EditorLog() {
log->set_selection_enabled(true);
log->set_focus_mode(FOCUS_CLICK);
pc->add_child(log);
- add_message(VERSION_FULL_NAME" (c) 2008-2014 Juan Linietsky, Ariel Manzur.");
+ add_message(VERSION_FULL_NAME" (c) 2008-2015 Juan Linietsky, Ariel Manzur.");
//log->add_text("Initialization Complete.\n"); //because it looks cool.
add_style_override("panel",get_stylebox("panelf","Panel"));