Merge pull request #20778 from ibrahn/remove-zero-append-typos
removed some surplus null appends that got typoed in 0e29f7974b59e444…
This commit is contained in:
commit
623529ce2f
2 changed files with 0 additions and 3 deletions
|
@ -3881,8 +3881,6 @@ String String::percent_decode() const {
|
|||
pe += c;
|
||||
}
|
||||
|
||||
pe += '0';
|
||||
|
||||
return String::utf8(pe.ptr());
|
||||
}
|
||||
|
||||
|
|
|
@ -1782,7 +1782,6 @@ ProjectManager::ProjectManager() {
|
|||
|
||||
String cp;
|
||||
cp += 0xA9;
|
||||
cp += '0';
|
||||
OS::get_singleton()->set_window_title(VERSION_NAME + String(" - ") + TTR("Project Manager") + " - " + cp + " 2007-2018 Juan Linietsky, Ariel Manzur & Godot Contributors");
|
||||
|
||||
HBoxContainer *top_hb = memnew(HBoxContainer);
|
||||
|
|
Loading…
Reference in a new issue