From 861505d90c9f3d526f41b645873584f520eff7b1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 3 Dec 2012 23:02:52 +0300 Subject: Add option to protect chat focus. Enabled by default. --- src/gui/setup_chat.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui/setup_chat.cpp') 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); -- cgit v1.2.3-70-g09d2