summaryrefslogtreecommitdiff
path: root/src/gui/status.h
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-05-05 20:33:58 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-05-05 20:33:58 +0000
commit84830f6365d73d0a0ee658ec43b666e0630690e1 (patch)
tree8722bcce8b62adf9a58410b1640c70d2aa636227 /src/gui/status.h
parent58db4a63659c7bb0ed8ac8bf5ab967bb3ff39def (diff)
downloadmana-client-84830f6365d73d0a0ee658ec43b666e0630690e1.tar.gz
mana-client-84830f6365d73d0a0ee658ec43b666e0630690e1.tar.bz2
mana-client-84830f6365d73d0a0ee658ec43b666e0630690e1.tar.xz
mana-client-84830f6365d73d0a0ee658ec43b666e0630690e1.zip
Status Window now have a button to show/hide Equipment Window.
Diffstat (limited to 'src/gui/status.h')
-rw-r--r--src/gui/status.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/status.h b/src/gui/status.h
index 17a472fe..4b485729 100644
--- a/src/gui/status.h
+++ b/src/gui/status.h
@@ -62,7 +62,7 @@ class StatusWindow : public Window, public gcn::ActionListener {
gcn::Label *expLabel, *jobExpLabel;
ProgressBar *healthBar, *manaBar;
ProgressBar *xpBar, *jobXpBar;
- gcn::Button *statsButton, *skillsButton, *inventoryButton, *setupButton;
+ gcn::Button *statsButton, *skillsButton, *inventoryButton, *setupButton, *equipmentButton;
};
#endif