diff options
| author | pixel <pixel> | 2003-03-19 12:12:26 +0000 | 
|---|---|---|
| committer | pixel <pixel> | 2003-03-19 12:12:26 +0000 | 
| commit | b9dca6ae1b5b0dabd7800f077b354edd3475190b (patch) | |
| tree | e568bf0cc56d1800faa614317de05f931330ea4b /include | |
| parent | f4684fbb2c4568aacd79faf9a8cd8e41b4947eda (diff) | |
Gettext sux
Diffstat (limited to 'include')
| -rw-r--r-- | include/gettext.h | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/include/gettext.h b/include/gettext.h index 248bf2e..a08a4bd 100644 --- a/include/gettext.h +++ b/include/gettext.h @@ -66,7 +66,12 @@     initializer for static 'char[]' or 'const char[]' variables.  */  #define gettext_noop(String) String +/*  #define _(Text) dgettext ("Baltisot", Text)  #define N_(Text) Text +*/ + +#define _(Text) Text +#define N_(Text) Text  #endif /* _LIBGETTEXT_H */ | 
