From cb7c18ed3dc3c53621dfe8debe14938a640e43db Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 14 Jun 2015 19:43:24 +0300 Subject: Use CREATEWIDGET macro in unregisterdialog. --- src/gui/windows/unregisterdialog.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/gui/windows/unregisterdialog.cpp b/src/gui/windows/unregisterdialog.cpp index 90c9bd404..c789de720 100644 --- a/src/gui/windows/unregisterdialog.cpp +++ b/src/gui/windows/unregisterdialog.cpp @@ -27,6 +27,7 @@ #include "gui/windows/okdialog.h" #include "gui/widgets/button.h" +#include "gui/widgets/createwidget.h" #include "gui/widgets/label.h" #include "gui/widgets/passwordfield.h" @@ -140,8 +141,9 @@ void UnRegisterDialog::action(const ActionEvent &event) { mWrongDataNoticeListener->setTarget(this->mPasswordField); - // TRANSLATORS: unregister dialog. error message. - OkDialog *const dlg = new OkDialog(_("Error"), + OkDialog *const dlg = CREATEWIDGETR(OkDialog, + // TRANSLATORS: unregister dialog. error message. + _("Error"), errorMsg.str(), // TRANSLATORS: ok dialog button _("OK"), @@ -150,7 +152,6 @@ void UnRegisterDialog::action(const ActionEvent &event) ShowCenter_true, nullptr, 260); - dlg->postInit(); dlg->addActionListener(mWrongDataNoticeListener); } else -- cgit v1.2.3-60-g2f50