X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fmain.c;h=cd6429307bb559d59460af84d9e3221cbc71ea75;hb=f42e8fb3e372c8028df3efb15cd22d9ce36e4dbe;hp=c7005cfe205d4e0061e0f7c72dd97b0b71046c8f;hpb=f63ab8c1da7a2bea3ac3c402d83ecd3091821180;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