Merge pull request #11680 from ISylvox/added-contributor

[2.1] Add 'Godot Contributors' in Project Manager Title
This commit is contained in:
Andreas Haas 2017-09-30 17:28:14 +02:00 committed by GitHub
commit 9a793659dd

View file

@ -1228,7 +1228,7 @@ ProjectManager::ProjectManager() {
String cp;
cp.push_back(0xA9);
cp.push_back(0);
OS::get_singleton()->set_window_title(_MKSTR(VERSION_NAME) + String(" - ") + TTR("Project Manager") + " - " + cp + " 2008-2017 Juan Linietsky, Ariel Manzur.");
OS::get_singleton()->set_window_title(_MKSTR(VERSION_NAME) + String(" - ") + TTR("Project Manager") + " - " + cp + " 2008-2017 Juan Linietsky, Ariel Manzur & Godot Contributors");
HBoxContainer *top_hb = memnew(HBoxContainer);
vb->add_child(top_hb);