diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-18 13:20:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-18 13:20:13 +0300 |
commit | 3c7d4f339c20bc665efa6f6666171f0ca610203b (patch) | |
tree | 7c6479877911619696fd481698987e2f83491666 /src/gui | |
parent | 64b82129075e7608e94f8e27ee6c446213032cfb (diff) | |
download | plus-3c7d4f339c20bc665efa6f6666171f0ca610203b.tar.gz plus-3c7d4f339c20bc665efa6f6666171f0ca610203b.tar.bz2 plus-3c7d4f339c20bc665efa6f6666171f0ca610203b.tar.xz plus-3c7d4f339c20bc665efa6f6666171f0ca610203b.zip |
show online messages in party tab.
by default disabled.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/setup_chat.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ -105,6 +105,10 @@ Setup_Chat::Setup_Chat(const Widget2 *const widget) : "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"); |