From 5bda87bd6ea9936af2abd3c449fc48dc57549c1f Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 20 Jan 2005 11:42:03 +0000 Subject: * g10.c (i18n_init) [W32]: Pass registry key to gettext initialization. * gpgv.c (i18n_init) [W32]: Ditto. * simple-gettext.c (set_gettext_file): Use MO files depending on the installation directory. Add new arg REGKEY. --- include/i18n.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/i18n.h') diff --git a/include/i18n.h b/include/i18n.h index 20c2570ab..12def28b8 100644 --- a/include/i18n.h +++ b/include/i18n.h @@ -22,7 +22,7 @@ #define G10_I18N_H #ifdef USE_SIMPLE_GETTEXT -int set_gettext_file( const char *filename ); +int set_gettext_file( const char *filename, const char *regkey ); const char *gettext( const char *msgid ); #define _(a) gettext (a) -- cgit v1.2.3