From f659aae78da79fe7f34b1943c51ac84de787f725 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Fri, 26 Aug 2011 11:17:26 +0100 Subject: fixed the translation bug --- configure.ac | 2 +- src/session-service.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8584c96..8e5ed8b 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT(src/indicator-session.c) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-session, 0.3.3.1) +AM_INIT_AUTOMAKE(indicator-session, 0.3.3.2) AM_MAINTAINER_MODE diff --git a/src/session-service.c b/src/session-service.c index e16832c..753e304 100644 --- a/src/session-service.c +++ b/src/session-service.c @@ -97,7 +97,7 @@ main (int argc, char ** argv) /* Setting up i18n and gettext. Apparently, we need all of these. */ - setlocale (LC_ALL, "C"); + setlocale (LC_ALL, ""); bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR); textdomain (GETTEXT_PACKAGE); -- cgit v1.2.3