From: Philip Chimento Date: Sat, 21 Sep 2013 17:41:40 +0000 (-0700) Subject: Do not internationalize plugin-loader X-Git-Url: https://git.stderr.nl/gitweb?p=projects%2Fchimara%2Fchimara.git;a=commitdiff_plain;h=0c5e51127206d26290a8e1e1349ab37d847d1d84 Do not internationalize plugin-loader There are no user-facing strings, so this is not necessary. --- diff --git a/tests/plugin-loader.c b/tests/plugin-loader.c index 50a5426..c011d54 100644 --- a/tests/plugin-loader.c +++ b/tests/plugin-loader.c @@ -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);