From 66f4de3a19e8692a10f4ab1345769c7ccc914090 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 10 Oct 2011 23:32:35 +0300 Subject: Add option to show/hide MVP messages. By default this messages hidden. --- 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 9e75b9c0a..1b8209c8f 100644 --- a/src/gui/setup_chat.cpp +++ b/src/gui/setup_chat.cpp @@ -125,6 +125,9 @@ Setup_Chat::Setup_Chat() new SetupItemTextField(_("Highlight words (separated by comma)"), "", "highlightWords", this, "highlightWordsEvent"); + new SetupItemCheckBox(_("Show MVP messages"), "", + "showMVP", this, "showMVPEvent"); + setDimension(gcn::Rectangle(0, 0, 550, 350)); } -- cgit v1.2.3-60-g2f50