diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-04-05 18:33:48 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-04-05 18:33:48 +0000 |
commit | 72428894c7cee2123bd05fb0eded5e18a9fa64d4 (patch) | |
tree | c58f259783a0de650228d5d2cb94a8c99ac01065 /src/gui/status.cpp | |
parent | 17558d272b0583d3a62a75c3bdf8d9a0c34553a3 (diff) | |
download | mana-72428894c7cee2123bd05fb0eded5e18a9fa64d4.tar.gz mana-72428894c7cee2123bd05fb0eded5e18a9fa64d4.tar.bz2 mana-72428894c7cee2123bd05fb0eded5e18a9fa64d4.tar.xz mana-72428894c7cee2123bd05fb0eded5e18a9fa64d4.zip |
Fixng consistency between config button and setup window
Diffstat (limited to 'src/gui/status.cpp')
-rw-r--r-- | src/gui/status.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/status.cpp b/src/gui/status.cpp index f8db9808..c0dba7f6 100644 --- a/src/gui/status.cpp +++ b/src/gui/status.cpp @@ -181,7 +181,7 @@ void StatusWindow::action(const std::string& eventId) { // Show / Hide the inventory dialog inventoryWindow->setVisible(!inventoryWindow->isVisible()); } - if (eventId == "Config") { + if (eventId == "Setup") { // Show / Hide the inventory dialog setupWindow->setVisible(true); } |