Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user