projects
/
projects
/
chimara
/
chimara.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f3c8f7
)
Do not internationalize plugin-loader
author
Philip Chimento
<philip.chimento@gmail.com>
Sat, 21 Sep 2013 17:41:40 +0000
(10:41 -0700)
committer
Philip 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
patch
|
blob
|
history
diff --git
a/tests/plugin-loader.c
b/tests/plugin-loader.c
index 50a54268d4a2b34b2e09c884c64ec2b243e4dd52..c011d547face4c65fd8621712106a9cae07a7b06 100644
(file)
--- 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);