Do not internationalize plugin-loader
authorPhilip Chimento <philip.chimento@gmail.com>
Sat, 21 Sep 2013 17:41:40 +0000 (10:41 -0700)
committerPhilip Chimento <philip.chimento@gmail.com>
Mon, 23 Sep 2013 04:50:49 +0000 (21:50 -0700)
There are no user-facing strings, so this is not necessary.

tests/plugin-loader.c

index 50a54268d4a2b34b2e09c884c64ec2b243e4dd52..c011d547face4c65fd8621712106a9cae07a7b06 100644 (file)
@@ -120,12 +120,6 @@ main(int argc, char *argv[])
 {
        GError *error = NULL;
 
-#ifdef ENABLE_NLS
-       bindtextdomain(GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR);
-       bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
-       textdomain(GETTEXT_PACKAGE);
-#endif
-
        gdk_threads_init();
        gtk_init(&argc, &argv);