summaryrefslogtreecommitdiff
path: root/src/gui/setup_chat.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-06-30 13:37:31 +0300
committerAndrei Karas <akaras@inbox.ru>2013-06-30 13:37:31 +0300
commitdbe40332cd904f8e48504a2e8a3e7f74f4619712 (patch)
tree27dcb74352371cb75ccec81367f4705920132e69 /src/gui/setup_chat.cpp
parentdb4d45f08d4cd68ac46ad70930efcb25938faf82 (diff)
downloadplus-dbe40332cd904f8e48504a2e8a3e7f74f4619712.tar.gz
plus-dbe40332cd904f8e48504a2e8a3e7f74f4619712.tar.bz2
plus-dbe40332cd904f8e48504a2e8a3e7f74f4619712.tar.xz
plus-dbe40332cd904f8e48504a2e8a3e7f74f4619712.zip
Add support for logging debug chat tab.
Disabled by default.
Diffstat (limited to 'src/gui/setup_chat.cpp')
-rw-r--r--src/gui/setup_chat.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/setup_chat.cpp b/src/gui/setup_chat.cpp
index a953ab4df..80e166639 100644
--- a/src/gui/setup_chat.cpp
+++ b/src/gui/setup_chat.cpp
@@ -106,6 +106,10 @@ Setup_Chat::Setup_Chat(const Widget2 *const widget) :
"enableChatLog", this, "enableChatLogEvent");
// TRANSLATORS: settings option
+ new SetupItemCheckBox(_("Enable debug chat Log"), "",
+ "enableDebugLog", this, "enableDebugLogEvent");
+
+ // TRANSLATORS: settings option
new SetupItemCheckBox(_("Show chat history"), "",
"showChatHistory", this, "showChatHistoryEvent");