From f42e8fb3e372c8028df3efb15cd22d9ce36e4dbe Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Fri, 22 Jun 2007 19:17:04 +0000 Subject: [PATCH] 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 --- ChangeLog | 7 +++++++ shell/main.c | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 915d1251..13562930 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-06-22 Gabor Kelemen + + * shell/main.c: (main): + + Fixes program description translation issue. + Bug #450148. + 2007-06-21 Cesar Fernandez * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page): diff --git a/shell/main.c b/shell/main.c index c7005cfe..cd642930 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 -- 2.43.0