diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/main.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2003-08-22 Mike Newman <mikegtn@gnome.org> + + * src/main.c: added call to setlocale to fix i18n of --help + 2003-08-18 Dmitry G. Mastrukov <dmitry@taurussoft.org> * configure.in: Added Russian to ALL_LINGUAS. @@ -1012,6 +1012,7 @@ main (gint argc, gchar **argv) { poptContext ctx; gint nextopt, retval; + setlocale(LC_ALL,""); bindtextdomain(GETTEXT_PACKAGE, GNOMELOCALEDIR); bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8"); textdomain(GETTEXT_PACKAGE); |