From 16bd57f5bff8365f85b4d22e693ada622f70717d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 14 Jun 2015 18:29:50 +0300 Subject: Use CREATEWIDGET macro in changepassworddialog. --- src/gui/windows/changepassworddialog.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/gui/windows/changepassworddialog.cpp') diff --git a/src/gui/windows/changepassworddialog.cpp b/src/gui/windows/changepassworddialog.cpp index fda845d39..cd2207a9f 100644 --- a/src/gui/windows/changepassworddialog.cpp +++ b/src/gui/windows/changepassworddialog.cpp @@ -27,6 +27,7 @@ #include "gui/windows/okdialog.h" #include "gui/widgets/button.h" +#include "gui/widgets/createwidget.h" #include "gui/widgets/passwordfield.h" #include "gui/widgets/label.h" #include "gui/widgets/layoutcell.h" @@ -150,8 +151,9 @@ void ChangePasswordDialog::action(const ActionEvent &event) else // if (error == 3) mWrongDataNoticeListener->setTarget(this->mSecondPassField); - // TRANSLATORS: change password error header - OkDialog *const dlg = new OkDialog(_("Error"), + OkDialog *const dlg = CREATEWIDGETR(OkDialog, + // TRANSLATORS: change password error header + _("Error"), errorMsg.str(), // TRANSLATORS: ok dialog button _("OK"), @@ -160,7 +162,6 @@ void ChangePasswordDialog::action(const ActionEvent &event) ShowCenter_true, nullptr, 260); - dlg->postInit(); dlg->addActionListener(mWrongDataNoticeListener); } else -- cgit v1.2.3-60-g2f50