You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +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:
@@ -383,7 +383,7 @@ FindInFilesDialog::FindInFilesDialog() {
|
||||
_replace_button = add_button(TTR("Replace..."), false, "replace");
|
||||
_replace_button->set_disabled(true);
|
||||
|
||||
Button *cancel_button = get_ok();
|
||||
Button *cancel_button = get_ok_button();
|
||||
cancel_button->set_text(TTR("Cancel"));
|
||||
|
||||
_mode = SEARCH_MODE;
|
||||
|
||||
Reference in New Issue
Block a user