From 3c7d4f339c20bc665efa6f6666171f0ca610203b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 18 Sep 2013 13:20:13 +0300 Subject: show online messages in party tab. by default disabled. --- src/gui/setup_chat.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui') diff --git a/src/gui/setup_chat.cpp b/src/gui/setup_chat.cpp index 283ed8a95..cf2958e4d 100644 --- a/src/gui/setup_chat.cpp +++ b/src/gui/setup_chat.cpp @@ -104,6 +104,10 @@ Setup_Chat::Setup_Chat(const Widget2 *const widget) : new SetupItemCheckBox(_("Show chat history"), "", "showChatHistory", this, "showChatHistoryEvent"); + // TRANSLATORS: settings option + new SetupItemCheckBox(_("Show party online messages"), "", + "showPartyOnline", this, "showPartyOnlineEvent"); + // TRANSLATORS: settings option new SetupItemCheckBox(_("Show guild online messages"), "", "showGuildOnline", this, "showGuildOnlineEvent"); -- cgit v1.2.3-70-g09d2