diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-08-26 12:35:27 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-08-26 12:35:27 +0100 |
commit | e8375c11497e3389a935a25c229fc98c3b30cb46 (patch) | |
tree | d8ee27c36b4c31228aee8d2c99647d509ce93896 | |
parent | db495e787761164191314d4d8fe79c70de075a75 (diff) | |
parent | f659aae78da79fe7f34b1943c51ac84de787f725 (diff) | |
download | ayatana-indicator-session-e8375c11497e3389a935a25c229fc98c3b30cb46.tar.gz ayatana-indicator-session-e8375c11497e3389a935a25c229fc98c3b30cb46.tar.bz2 ayatana-indicator-session-e8375c11497e3389a935a25c229fc98c3b30cb46.zip |
merge in translation fix
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | 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); |