mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03: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:
@@ -335,7 +335,7 @@ EditorAssetInstaller::EditorAssetInstaller() {
|
||||
|
||||
error = memnew(AcceptDialog);
|
||||
add_child(error);
|
||||
get_ok()->set_text(TTR("Install"));
|
||||
get_ok_button()->set_text(TTR("Install"));
|
||||
set_title(TTR("Package Installer"));
|
||||
|
||||
updating = false;
|
||||
|
||||
Reference in New Issue
Block a user