Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
This commit is contained in:
parent
5268efdcd9
commit
e4067064ce
59 changed files with 188 additions and 149 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue