From 9a8ee6e6be362fd43b5b208909121144ffaf770c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 25 Mar 2008 19:41:11 +0000 Subject: Changed the way i18n files are located under Windows. The setting of the Registry key is not anymore required. Helpfiles are not properly located. --- jnlib/w32help.h | 1 + 1 file changed, 1 insertion(+) (limited to 'jnlib/w32help.h') 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*/ -- cgit v1.2.3