diff options
author | Adam <Adam@anope.org> | 2011-06-17 19:57:43 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-06-17 19:57:43 -0400 |
commit | a1b36ec0a527e6d7a9d224b56bf9571619d5f92e (patch) | |
tree | 5e74290f46205ef1ad86700e1f04ec016b1f66fd /include/services.h | |
parent | 48e995ddf2cd30a05222a51e665c02b1e7ae567a (diff) |
Search all domains for language strings, fixes the mess that we used to use to translate strings in 3rd party modules
Diffstat (limited to 'include/services.h')
-rw-r--r-- | include/services.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/services.h b/include/services.h index 8aea5b019..fdc78ff59 100644 --- a/include/services.h +++ b/include/services.h @@ -45,11 +45,8 @@ #if GETTEXT_FOUND # include <libintl.h> -# define _(x) anope_gettext(x) -#else -# define _(x) x #endif -#define gtl(x) x +#define _(x) x #ifndef _WIN32 # include <unistd.h> |