diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-22 19:48:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-22 19:48:04 +0300 |
commit | de4548a50ecb4d4700c9899044f50070f7d9a95a (patch) | |
tree | d54bc1bdf010b2a08cdf067fcaf64d92d42685b1 /src/gui/windows/shopselldialog.cpp | |
parent | bf3c7384ad1b1fce8beac97f8715eb054158f72e (diff) | |
download | plus-de4548a50ecb4d4700c9899044f50070f7d9a95a.tar.gz plus-de4548a50ecb4d4700c9899044f50070f7d9a95a.tar.bz2 plus-de4548a50ecb4d4700c9899044f50070f7d9a95a.tar.xz plus-de4548a50ecb4d4700c9899044f50070f7d9a95a.zip |
Add egg selection dialog.
Diffstat (limited to 'src/gui/windows/shopselldialog.cpp')
-rw-r--r-- | src/gui/windows/shopselldialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/shopselldialog.cpp b/src/gui/windows/shopselldialog.cpp index 44b15fd42..08abd6047 100644 --- a/src/gui/windows/shopselldialog.cpp +++ b/src/gui/windows/shopselldialog.cpp @@ -54,7 +54,7 @@ #include "debug.h" ShopSellDialog::ShopSellDialog(const std::string &nick) : - SellDialog(), + SellDialog(true), mNick(nick) { } |