mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix broken Info.plist after copyright update
Fixes #15293.
+ misc fixes by @akien-mga.
(cherry picked from commit e3c9a7ed4f)
This commit is contained in:
parent
78eb274de2
commit
f5f11b4317
2 changed files with 3 additions and 3 deletions
|
|
@ -6070,7 +6070,7 @@ EditorNode::EditorNode() {
|
|||
about->add_child(vbc);
|
||||
vbc->add_child(hbc);
|
||||
Label *about_text = memnew(Label);
|
||||
about_text->set_text(VERSION_FULL_NAME + String::utf8("\n\u00A9 2007-2018 Juan Linietsky, Ariel Manzur.\n\u00A9 2014-2017 ") + TTR("Godot Engine contributors") + "\n");
|
||||
about_text->set_text(VERSION_FULL_NAME + String::utf8("\n\u00A9 2007-2018 Juan Linietsky, Ariel Manzur.\n\u00A9 2014-2018 ") + TTR("Godot Engine contributors") + "\n");
|
||||
TextureFrame *logo = memnew(TextureFrame);
|
||||
logo->set_texture(gui_base->get_icon("Logo", "EditorIcons"));
|
||||
hbc->add_child(logo);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue