From b7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 7 Sep 2012 22:09:11 +0300 Subject: Improve constructors in some classes. --- src/gui/unregisterdialog.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/gui/unregisterdialog.cpp') diff --git a/src/gui/unregisterdialog.cpp b/src/gui/unregisterdialog.cpp index 6464ce7e7..59441f9e1 100644 --- a/src/gui/unregisterdialog.cpp +++ b/src/gui/unregisterdialog.cpp @@ -46,15 +46,16 @@ UnRegisterDialog::UnRegisterDialog(LoginData *const data): Window(_("Unregister"), true, nullptr, "unregister.xml"), + ActionListener(), + mPasswordField(new PasswordField(mLoginData->password)), + mUnRegisterButton(new Button(_("Unregister"), "unregister", this)), + mCancelButton(new Button(_("Cancel"), "cancel", this)), mWrongDataNoticeListener(new WrongDataNoticeListener), mLoginData(data) { gcn::Label *const userLabel = new Label(strprintf(_("Name: %s"), mLoginData->username.c_str())); gcn::Label *const passwordLabel = new Label(_("Password:")); - mPasswordField = new PasswordField(mLoginData->password); - mUnRegisterButton = new Button(_("Unregister"), "unregister", this); - mCancelButton = new Button(_("Cancel"), "cancel", this); const int width = 210; const int height = 80; -- cgit v1.2.3-70-g09d2