diff options
| author | Werner Koch <[email protected]> | 2008-03-25 19:41:11 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2008-03-25 19:41:11 +0000 |
| commit | 9a8ee6e6be362fd43b5b208909121144ffaf770c (patch) | |
| tree | 421fb8afb3e9d3b05b62728ea64cb5b0a9009141 /jnlib/w32help.h | |
| parent | Fix bug 894. (diff) | |
| download | gnupg-9a8ee6e6be362fd43b5b208909121144ffaf770c.tar.gz gnupg-9a8ee6e6be362fd43b5b208909121144ffaf770c.zip | |
Changed the way i18n files are located under Windows. The setting of the
Registry key is not anymore required. Helpfiles are not properly located.
Diffstat (limited to 'jnlib/w32help.h')
| -rw-r--r-- | jnlib/w32help.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jnlib/w32help.h b/jnlib/w32help.h index e059da2b7..1a821e99d 100644 --- a/jnlib/w32help.h +++ b/jnlib/w32help.h @@ -32,6 +32,7 @@ int set_gettext_file (const char *filename, const char *regkey); const char *gettext (const char *msgid ); const char *ngettext (const char *msgid1, const char *msgid2, unsigned long int n); +const char *gettext_localename (void); #endif /*USE_SIMPLE_GETTEXT*/ |
