diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-03 23:02:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-03 23:02:52 +0300 |
commit | 861505d90c9f3d526f41b645873584f520eff7b1 (patch) | |
tree | a91b0be670349339ebfc19b22bf28fc475aed1db /src/gui/setup_chat.cpp | |
parent | 494ac0ccdf545e8055c83c22b8b2fbf9e045b32a (diff) | |
download | plus-861505d90c9f3d526f41b645873584f520eff7b1.tar.gz plus-861505d90c9f3d526f41b645873584f520eff7b1.tar.bz2 plus-861505d90c9f3d526f41b645873584f520eff7b1.tar.xz plus-861505d90c9f3d526f41b645873584f520eff7b1.zip |
Add option to protect chat focus.
Enabled by default.
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 b03211872..7b4cdeb2a 100644 --- a/src/gui/setup_chat.cpp +++ b/src/gui/setup_chat.cpp @@ -56,6 +56,9 @@ Setup_Chat::Setup_Chat(const Widget2 *const widget) : new SetupItemCheckBox(_("Auto hide chat window."), "", "autohideChat", this, "autohideChatEvent"); + new SetupItemCheckBox(_("Protect chat focus."), "", + "protectChatFocus", this, "protectChatFocusEvent"); + new SetupItemLabel(_("Colors"), "", this); |