summaryrefslogtreecommitdiff
path: root/src/core/weechat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/weechat.h')
-rw-r--r--src/core/weechat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/weechat.h b/src/core/weechat.h
index 50246984a..e47266c29 100644
--- a/src/core/weechat.h
+++ b/src/core/weechat.h
@@ -50,6 +50,7 @@
#define _(string) (string)
#define NG_(single,plural,number) (plural)
#define N_(string) (string)
+ #define gettext(string) (string)
#endif /* !defined(_) */