diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/common.h b/plugins/common.h index 2456c41..91b454d 100644 --- a/plugins/common.h +++ b/plugins/common.h | |||
@@ -159,10 +159,12 @@ enum { | |||
159 | #if ENABLE_NLS | 159 | #if ENABLE_NLS |
160 | # include "gettext.h" | 160 | # include "gettext.h" |
161 | # define _(String) gettext (String) | 161 | # define _(String) gettext (String) |
162 | # define S_(String) gettext (String) | ||
162 | # define gettext_noop(String) String | 163 | # define gettext_noop(String) String |
163 | # define N_(String) gettext_noop String | 164 | # define N_(String) gettext_noop String |
164 | #else | 165 | #else |
165 | # define _(String) (String) | 166 | # define _(String) (String) |
167 | # define S_(String) (String) | ||
166 | # define N_(String) String | 168 | # define N_(String) String |
167 | # define textdomain(Domain) | 169 | # define textdomain(Domain) |
168 | # define bindtextdomain(Package, Directory) | 170 | # define bindtextdomain(Package, Directory) |