summaryrefslogtreecommitdiff
path: root/src/gui/setup_players.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2010-05-01 21:27:58 +0300
committerJared Adams <jaxad0127@gmail.com>2010-05-01 17:06:27 -0600
commit844e9a7a72faca6a212e788a3adc45e17f41dca6 (patch)
treef488e4c149687ea3d60f39c042c241df7275b581 /src/gui/setup_players.h
parentc22ea2f169f58e765fc699fcd71bfd3a3cd4f859 (diff)
downloadMana-844e9a7a72faca6a212e788a3adc45e17f41dca6.tar.gz
Mana-844e9a7a72faca6a212e788a3adc45e17f41dca6.tar.bz2
Mana-844e9a7a72faca6a212e788a3adc45e17f41dca6.tar.xz
Mana-844e9a7a72faca6a212e788a3adc45e17f41dca6.zip
Add chat logging.
Add option in players setup page. Add command line option. Signed-off-by: Jared Adams <jaxad0127@gmail.com>
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 5337b213..a62ffe1f 100644
--- a/src/gui/setup_players.h
+++ b/src/gui/setup_players.h
@@ -70,6 +70,9 @@ private:
bool mShowGender;
gcn::CheckBox *mShowGenderCheckBox;
+
+ bool mEnableChatLog;
+ gcn::CheckBox *mEnableChatLogCheckBox;
};
#endif