summaryrefslogtreecommitdiff
path: root/src/gui/shopwindow.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-08-26 18:25:58 +0300
committerAndrei Karas <akaras@inbox.ru>2011-08-26 18:25:58 +0300
commit2e7bfc350d38e16b3d340f8e4ea69e6ff6748f5c (patch)
tree33145fb3c8cb2471efb0424b7ccfdf0c05a03d36 /src/gui/shopwindow.h
parent4d8ed7fdb14bea874a9385a6808d27caced9802a (diff)
downloadplus-2e7bfc350d38e16b3d340f8e4ea69e6ff6748f5c.tar.gz
plus-2e7bfc350d38e16b3d340f8e4ea69e6ff6748f5c.tar.bz2
plus-2e7bfc350d38e16b3d340f8e4ea69e6ff6748f5c.tar.xz
plus-2e7bfc350d38e16b3d340f8e4ea69e6ff6748f5c.zip
Add auction buttons in shop window for send buy or sell list to auction bot.
Diffstat (limited to 'src/gui/shopwindow.h')
-rw-r--r--src/gui/shopwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/shopwindow.h b/src/gui/shopwindow.h
index e3fd9a5ca..8b170f31e 100644
--- a/src/gui/shopwindow.h
+++ b/src/gui/shopwindow.h
@@ -151,9 +151,11 @@ class ShopWindow : public Window, public gcn::ActionListener,
gcn::Button *mBuyAddButton;
gcn::Button *mBuyDeleteButton;
gcn::Button *mBuyAnnounceButton;
+ gcn::Button *mBuyAuctionButton;
gcn::Button *mSellAddButton;
gcn::Button *mSellDeleteButton;
gcn::Button *mSellAnnounceButton;
+ gcn::Button *mSellAuctionButton;
gcn::CheckBox *mAnnounceLinks;
ShopItems *mBuyShopItems;