You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10: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:
@@ -357,7 +357,7 @@ VersionControlEditorPlugin::VersionControlEditorPlugin() {
|
||||
set_up_dialog->set_min_size(Size2(400, 100));
|
||||
version_control_actions->add_child(set_up_dialog);
|
||||
|
||||
set_up_ok_button = set_up_dialog->get_ok();
|
||||
set_up_ok_button = set_up_dialog->get_ok_button();
|
||||
set_up_ok_button->set_text(TTR("Close"));
|
||||
|
||||
set_up_vbc = memnew(VBoxContainer);
|
||||
|
||||
Reference in New Issue
Block a user