diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-16 17:21:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-16 17:21:24 +0300 |
commit | 396b3e298b21677ebe3c6f5c2f5b837ac25625f2 (patch) | |
tree | 01cfca3609db046afebe5c9e11ba0a5a803e378f /src/gui/windows/unregisterdialog.cpp | |
parent | e50013d92b22faeffb8711d07a8f344ab71e9e57 (diff) | |
download | mv-396b3e298b21677ebe3c6f5c2f5b837ac25625f2.tar.gz mv-396b3e298b21677ebe3c6f5c2f5b837ac25625f2.tar.bz2 mv-396b3e298b21677ebe3c6f5c2f5b837ac25625f2.tar.xz mv-396b3e298b21677ebe3c6f5c2f5b837ac25625f2.zip |
Move dialog type into separate file.
Diffstat (limited to 'src/gui/windows/unregisterdialog.cpp')
-rw-r--r-- | src/gui/windows/unregisterdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/unregisterdialog.cpp b/src/gui/windows/unregisterdialog.cpp index e35c27aa2..8b9721f40 100644 --- a/src/gui/windows/unregisterdialog.cpp +++ b/src/gui/windows/unregisterdialog.cpp @@ -144,7 +144,7 @@ void UnRegisterDialog::action(const ActionEvent &event) // TRANSLATORS: unregister dialog. error message. OkDialog *const dlg = new OkDialog(_("Error"), - errorMsg.str(), DIALOG_ERROR); + errorMsg.str(), DialogType::ERROR); dlg->addActionListener(mWrongDataNoticeListener); } else |