From cd0f8af3d822249b57a884bcd261e1bbc2786513 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Mon, 18 Jun 2007 05:36:29 +0000 Subject: ** Fix for bug #448201 from Gabor Kelemen svn path=/trunk/; revision=33703 --- shell/ChangeLog | 6 ++++++ shell/main.c | 2 ++ 2 files changed, 8 insertions(+) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 1e197c0320..d39e8241df 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2007-06-18 Srinivasa Ragavan + + ** Fix for bug #448201 from Gabor Kelemen + + * main.c: (main): Add translation domain + 2007-06-11 Milan Crha ** Fix for bug #325882 diff --git a/shell/main.c b/shell/main.c index 407286d4fb..76490cf1e6 100644 --- a/shell/main.c +++ b/shell/main.c @@ -502,6 +502,8 @@ main (int argc, char **argv) g_option_context_add_main_entries (context, options, GETTEXT_PACKAGE); + g_option_context_set_translation_domain(context, GETTEXT_PACKAGE); + program = gnome_program_init (PACKAGE, VERSION, LIBGNOMEUI_MODULE, argc, argv, GNOME_PROGRAM_STANDARD_PROPERTIES, GNOME_PARAM_GOPTION_CONTEXT, context, -- cgit v1.2.3