From f42e8fb3e372c8028df3efb15cd22d9ce36e4dbe Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Fri, 22 Jun 2007 19:17:04 +0000 Subject: Fixes program description translation issue. Bug #450148. 2007-06-22 Gabor Kelemen * shell/main.c: (main): Fixes program description translation issue. Bug #450148. svn path=/trunk/; revision=2517 --- (limited to 'shell/main.c') diff --git a/shell/main.c b/shell/main.c index c7005cf..cd64293 100644 --- a/shell/main.c +++ b/shell/main.c @@ -319,6 +319,7 @@ main (int argc, char *argv[]) bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8"); textdomain(GETTEXT_PACKAGE); g_option_context_add_main_entries (context, goption_options, GETTEXT_PACKAGE); + g_option_context_set_translation_domain(context, GETTEXT_PACKAGE); #else g_option_context_add_main_entries (context, goption_options, NULL); #endif -- cgit v0.9.1