From 0c5e51127206d26290a8e1e1349ab37d847d1d84 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Sat, 21 Sep 2013 10:41:40 -0700 Subject: [PATCH] Do not internationalize plugin-loader There are no user-facing strings, so this is not necessary. --- tests/plugin-loader.c | 6 ------ 1 file changed, 6 deletions(-) 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); -- 2.30.2