summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2005-04-05 18:40:47 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2005-04-05 18:40:47 +0000
commit57cb51e86c494950db63ab15e6b834d94f101b09 (patch)
tree40d54c576a1ae76cf3fdc4cb01c5feb18e17b3b6 /src/gui
parent72428894c7cee2123bd05fb0eded5e18a9fa64d4 (diff)
downloadmana-client-57cb51e86c494950db63ab15e6b834d94f101b09.tar.gz
mana-client-57cb51e86c494950db63ab15e6b834d94f101b09.tar.bz2
mana-client-57cb51e86c494950db63ab15e6b834d94f101b09.tar.xz
mana-client-57cb51e86c494950db63ab15e6b834d94f101b09.zip
Fixng consistency between config button and setup window (lol)
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/status.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/status.cpp b/src/gui/status.cpp
index c0dba7f6..675c5575 100644
--- a/src/gui/status.cpp
+++ b/src/gui/status.cpp
@@ -52,8 +52,8 @@ StatusWindow::StatusWindow():
inventoryButton->setEventId("Inventory");
inventoryButton->addActionListener(this);
- setupButton = new Button("Config");
- setupButton->setEventId("Config");
+ setupButton = new Button("Setup");
+ setupButton->setEventId("Setup");
setupButton->addActionListener(this);
hp->setPosition(WIN_BORDER, WIN_BORDER);