Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog

This commit is contained in:
FireForge
2022-07-07 19:31:19 -05:00
parent 5268efdcd9
commit e4067064ce
59 changed files with 188 additions and 149 deletions

View File

@ -289,7 +289,7 @@ RenameDialog::RenameDialog(SceneTreeEditor *p_scene_tree_editor, UndoRedo *p_und
// ---- Dialog related
set_min_size(Size2(383, 0));
get_ok_button()->set_text(TTR("Rename"));
set_ok_button_text(TTR("Rename"));
Button *but_reset = add_button(TTR("Reset"));
eh.errfunc = _error_handler;