X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2Fmain.c;h=cd6429307bb559d59460af84d9e3221cbc71ea75;hb=refs%2Ftags%2FEVINCE_2_20_0;hp=c7005cfe205d4e0061e0f7c72dd97b0b71046c8f;hpb=20cef31934e4ad2c313a1f1ea76a0916c2f7bb81;p=evince.git 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