From 6f475537cb5e12f7088a401c4fb5b583bbabc580 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Aug 2014 17:06:17 +0300 Subject: Move boolean_options define into separate file. --- src/actions/chat.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/actions/chat.cpp') diff --git a/src/actions/chat.cpp b/src/actions/chat.cpp index 8f991dd5f..0a83c4578 100644 --- a/src/actions/chat.cpp +++ b/src/actions/chat.cpp @@ -76,6 +76,7 @@ #include "net/net.h" #include "net/partyhandler.h" +#include "utils/booleanoptions.h" #include "utils/gettext.h" #include "utils/stringutils.h" @@ -86,10 +87,6 @@ extern std::string tradePartnerName; extern QuitDialog *quitDialog; extern unsigned int tmwServerVersion; -// TRANSLATORS: chat option changed message -#define BOOLEAN_OPTIONS _("Options to /%s are \"yes\", \"no\", \"true\", "\ -"\"false\", \"1\", \"0\".") - namespace Actions { -- cgit v1.2.3-70-g09d2