Contributors missing in project manager title
This commit is contained in:
parent
9ff19951e2
commit
caf1447bef
1 changed files with 1 additions and 1 deletions
|
@ -1226,7 +1226,7 @@ ProjectManager::ProjectManager() {
|
||||||
String cp;
|
String cp;
|
||||||
cp.push_back(0xA9);
|
cp.push_back(0xA9);
|
||||||
cp.push_back(0);
|
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);
|
HBoxContainer *top_hb = memnew(HBoxContainer);
|
||||||
vb->add_child(top_hb);
|
vb->add_child(top_hb);
|
||||||
|
|
Loading…
Reference in a new issue