summaryrefslogtreecommitdiff
path: root/src/gui/trade.h
diff options
context:
space:
mode:
authorJan-Fabian Humann <malastare@gmx.net>2005-04-06 14:46:50 +0000
committerJan-Fabian Humann <malastare@gmx.net>2005-04-06 14:46:50 +0000
commitccf84aa701dc938e7e390339c8ca5c2c7e5a21c5 (patch)
tree53c4f5ff30a981f0f946ab66f4b3c90dc730dd28 /src/gui/trade.h
parentc74357ef532d9c90ec1605048b9602da78e7928c (diff)
downloadmana-client-ccf84aa701dc938e7e390339c8ca5c2c7e5a21c5.tar.gz
mana-client-ccf84aa701dc938e7e390339c8ca5c2c7e5a21c5.tar.bz2
mana-client-ccf84aa701dc938e7e390339c8ca5c2c7e5a21c5.tar.xz
mana-client-ccf84aa701dc938e7e390339c8ca5c2c7e5a21c5.zip
update for trade: now on right click
Diffstat (limited to 'src/gui/trade.h')
-rw-r--r--src/gui/trade.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/trade.h b/src/gui/trade.h
index 3b863e64..e6b31678 100644
--- a/src/gui/trade.h
+++ b/src/gui/trade.h
@@ -83,7 +83,7 @@ class TradeWindow : public Window, gcn::ActionListener {
private:
gcn::Label *nameLabel;
- gcn::Button *addButton;
+ gcn::Button *addButton, *cancelButton;
};
#endif