diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-08-10 01:09:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-08-10 01:09:28 +0300 |
commit | 038355b1192fe2e6b00e29e1e20cbf9d535c99aa (patch) | |
tree | 167769b394dbcb59825d8a1818b15b60531af173 /src/gui/setup_chat.cpp | |
parent | c103e91ff6de05dbfce097dea7b516dbabd8e634 (diff) | |
download | plus-038355b1192fe2e6b00e29e1e20cbf9d535c99aa.tar.gz plus-038355b1192fe2e6b00e29e1e20cbf9d535c99aa.tar.bz2 plus-038355b1192fe2e6b00e29e1e20cbf9d535c99aa.tar.xz plus-038355b1192fe2e6b00e29e1e20cbf9d535c99aa.zip |
Add players setup tab.
Move all player related settings from relation tab to players tab.
Diffstat (limited to 'src/gui/setup_chat.cpp')
-rw-r--r-- | src/gui/setup_chat.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/setup_chat.cpp b/src/gui/setup_chat.cpp index bdba4df7a..621f62810 100644 --- a/src/gui/setup_chat.cpp +++ b/src/gui/setup_chat.cpp @@ -93,6 +93,9 @@ Setup_Chat::Setup_Chat() new SetupItemLabel(_("Tabs"), "", this); + new SetupItemCheckBox(_("Put all whispers in tabs"), "", + "whispertab", this, "whispertabEvent"); + new SetupItemCheckBox(_("Log magic messages in debug tab"), "", "showMagicInDebug", this, "showMagicInDebugEvent"); |