[Xfce4-commits] <terminal:master> Drop unneeded setlocale.
Nick Schermer
noreply at xfce.org
Wed Dec 26 11:28:01 CET 2012
Updating branch refs/heads/master
to a1c9639b89cb7ab58e1ac3fccd60983f1e391e1c (commit)
from 4c9d09d6c23226174476c713b0667aec7f463e81 (commit)
commit a1c9639b89cb7ab58e1ac3fccd60983f1e391e1c
Author: Nick Schermer <nick at xfce.org>
Date: Wed Dec 26 11:26:21 2012 +0100
Drop unneeded setlocale.
terminal/main.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/terminal/main.c b/terminal/main.c
index f4a400b..30bcafd 100644
--- a/terminal/main.c
+++ b/terminal/main.c
@@ -100,9 +100,6 @@ colortable (void)
static void
usage (void)
{
- /* set locale for the translations below */
- gtk_set_locale ();
-
g_print ("%s\n"
" %s [%s...]\n\n",
_("Usage:"), PACKAGE_NAME, _("OPTION"));
More information about the Xfce4-commits
mailing list