diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-27 17:06:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-27 17:06:17 +0300 |
commit | 6f475537cb5e12f7088a401c4fb5b583bbabc580 (patch) | |
tree | 72d3fb579463bf55382a4e2469a9838b96249fed /src/actions/chat.cpp | |
parent | e70704f2b1609b49319e34f466afaf4454d92382 (diff) | |
download | plus-6f475537cb5e12f7088a401c4fb5b583bbabc580.tar.gz plus-6f475537cb5e12f7088a401c4fb5b583bbabc580.tar.bz2 plus-6f475537cb5e12f7088a401c4fb5b583bbabc580.tar.xz plus-6f475537cb5e12f7088a401c4fb5b583bbabc580.zip |
Move boolean_options define into separate file.
Diffstat (limited to 'src/actions/chat.cpp')
-rw-r--r-- | src/actions/chat.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
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 { |