You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Rename AcceptDialog get_ok() to get_ok_button()
Also renames: - AcceptDialog add_cancel() to add_cancel_button() - ConfirmationDiaglog get_cancel() to get_cancel_button()
This commit is contained in:
@@ -478,6 +478,6 @@ ProjectSettingsEditor::ProjectSettingsEditor(EditorData *p_data) {
|
||||
del_confirmation->connect("confirmed", callable_mp(this, &ProjectSettingsEditor::_delete_setting), varray(true));
|
||||
add_child(del_confirmation);
|
||||
|
||||
get_ok()->set_text(TTR("Close"));
|
||||
get_ok_button()->set_text(TTR("Close"));
|
||||
set_hide_on_ok(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user