summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 3530b8c..adbb416 100644
--- a/src/main.c
+++ b/src/main.c
@@ -104,7 +104,6 @@ int main(int argc, char *argv[])
gtk_init(&argc, &argv);
g_set_application_name (PACKAGE_NAME);
- setlocale(LC_ALL, "");
bindtextdomain(GETTEXT_PACKAGE, TRGLOCALEDIR);
bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
textdomain(GETTEXT_PACKAGE);