From: Gabor Kelemen Date: Fri, 22 Jun 2007 19:17:04 +0000 (+0000) Subject: Fixes program description translation issue. Bug #450148. X-Git-Tag: EVINCE_0_9_2~29 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=evince.git;a=commitdiff_plain;h=f42e8fb3e372c8028df3efb15cd22d9ce36e4dbe 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 --- 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