diff options
Diffstat (limited to 'editor/reparent_dialog.cpp')
| -rw-r--r-- | editor/reparent_dialog.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/reparent_dialog.cpp b/editor/reparent_dialog.cpp index 5a8fe24518..75098b25b1 100644 --- a/editor/reparent_dialog.cpp +++ b/editor/reparent_dialog.cpp @@ -89,7 +89,7 @@ ReparentDialog::ReparentDialog() {  	//cancel->connect("pressed", this,"_cancel"); -	get_ok_button()->set_text(TTR("Reparent")); +	set_ok_button_text(TTR("Reparent"));  }  ReparentDialog::~ReparentDialog() {  |