diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-02 20:43:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-02 20:43:51 +0300 |
commit | 1b47ede798838c9f50ad3175c9d05e1dfbad2474 (patch) | |
tree | 00704042c47be966eee5c0f13079aa35d99adfaf /src/gui/windows/eggselectiondialog.cpp | |
parent | 914b7555f6b2b28497f70eaaadc6650961ef7f6b (diff) | |
download | plus-1b47ede798838c9f50ad3175c9d05e1dfbad2474.tar.gz plus-1b47ede798838c9f50ad3175c9d05e1dfbad2474.tar.bz2 plus-1b47ede798838c9f50ad3175c9d05e1dfbad2474.tar.xz plus-1b47ede798838c9f50ad3175c9d05e1dfbad2474.zip |
Add strong typed bool type Advanced.
Diffstat (limited to 'src/gui/windows/eggselectiondialog.cpp')
-rw-r--r-- | src/gui/windows/eggselectiondialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/eggselectiondialog.cpp b/src/gui/windows/eggselectiondialog.cpp index 03c10a87b..81c283b8c 100644 --- a/src/gui/windows/eggselectiondialog.cpp +++ b/src/gui/windows/eggselectiondialog.cpp @@ -36,7 +36,7 @@ #include "debug.h" EggSelectionDialog::EggSelectionDialog() : - SellDialog(IsSell_false, false) + SellDialog(IsSell_false, Advanced_false) { // TRANSLATORS: egg selection dialog name setWindowName(_("Select egg")); |