You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Update copyright in remaining files + prints in the UI
This commit is contained in:
@@ -243,7 +243,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-2015 Juan Linietsky, Ariel Manzur.");
|
||||
add_message(VERSION_FULL_NAME" (c) 2008-2016 Juan Linietsky, Ariel Manzur.");
|
||||
//log->add_text("Initialization Complete.\n"); //because it looks cool.
|
||||
add_style_override("panel",get_stylebox("panelf","Panel"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user