1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Minor changes for gettext

This commit is contained in:
Werner Koch 2002-08-10 11:25:32 +00:00
parent 9382b621ad
commit 9c86904866
10 changed files with 19 additions and 5 deletions

View file

@ -137,7 +137,7 @@ i18n_init (void)
#else
#ifdef ENABLE_NLS
/* gtk_set_locale (); HMMM: We have not yet called gtk_init */
bindtextdomain( PACKAGE, GNUPG_LOCALEDIR );
bindtextdomain( PACKAGE, LOCALEDIR );
textdomain( PACKAGE );
#endif
#endif