diff options
Diffstat (limited to 'include/i18n.h')
-rw-r--r-- | include/i18n.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |