]> www.fi.muni.cz Git - evince.git/blobdiff - properties/ev-properties-main.c
Make ev_init() also bind the evince gettext domain, so i18n works in the
[evince.git] / properties / ev-properties-main.c
index 27b80c31c47c057a63694a6abdefdbded9d3c322..6af16f36ad7301ecc9fcff69eee13c019a084c08 100644 (file)
@@ -133,10 +133,6 @@ nautilus_module_initialize (GTypeModule *module)
        ev_properties_plugin_register_type (module);
        ev_properties_view_register_type (module);
 
-       /* set up translation catalog */
-       bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR);
-       bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
-
         ev_init ();
 }