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:
@ -87,7 +87,7 @@ ReparentDialog::ReparentDialog() {
|
||||
|
||||
//cancel->connect("pressed", this,"_cancel");
|
||||
|
||||
get_ok()->set_text(TTR("Reparent"));
|
||||
get_ok_button()->set_text(TTR("Reparent"));
|
||||
}
|
||||
|
||||
ReparentDialog::~ReparentDialog() {
|
||||
|
||||
Reference in New Issue
Block a user