summaryrefslogtreecommitdiff
path: root/src/gui/setup_players.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-04-15 13:39:01 -0600
committerJared Adams <jaxad0127@gmail.com>2009-04-15 13:39:01 -0600
commit72278cfec112e06b50ba06185fb59a2ce390d955 (patch)
tree306c21014780a12ed5a16bc85d57ada223055bad /src/gui/setup_players.h
parente8a1b2386bb2c28cfce0eb28d7e7067d51bb6701 (diff)
downloadmana-client-72278cfec112e06b50ba06185fb59a2ce390d955.tar.gz
mana-client-72278cfec112e06b50ba06185fb59a2ce390d955.tar.bz2
mana-client-72278cfec112e06b50ba06185fb59a2ce390d955.tar.xz
mana-client-72278cfec112e06b50ba06185fb59a2ce390d955.zip
Add a config option to always use whipser tabs
Diffstat (limited to 'src/gui/setup_players.h')
-rw-r--r--src/gui/setup_players.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/setup_players.h b/src/gui/setup_players.h
index 491054c3..14b9a018 100644
--- a/src/gui/setup_players.h
+++ b/src/gui/setup_players.h
@@ -64,6 +64,9 @@ private:
gcn::Button *mDeleteButton;
gcn::DropDown *mIgnoreActionChoicesBox;
+
+ bool mWhisperTab;
+ gcn::CheckBox *mWhisperTabCheckBox;
};
#endif