From 32cb0ef0f56cad183438ad3bdfacfc92829639ee Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Fri, 22 Aug 2003 08:30:15 +0000 Subject: Fixed i18n of help messages. --- src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/main.c b/src/main.c index 99954ab..02bc818 100644 --- a/src/main.c +++ b/src/main.c @@ -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); -- cgit v1.2.3-2-g168b