diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-08-26 11:17:26 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-08-26 11:17:26 +0100 |
commit | f659aae78da79fe7f34b1943c51ac84de787f725 (patch) | |
tree | d8ee27c36b4c31228aee8d2c99647d509ce93896 /src/session-service.c | |
parent | db495e787761164191314d4d8fe79c70de075a75 (diff) | |
download | ayatana-indicator-session-f659aae78da79fe7f34b1943c51ac84de787f725.tar.gz ayatana-indicator-session-f659aae78da79fe7f34b1943c51ac84de787f725.tar.bz2 ayatana-indicator-session-f659aae78da79fe7f34b1943c51ac84de787f725.zip |
fixed the translation bug
Diffstat (limited to 'src/session-service.c')
-rw-r--r-- | src/session-service.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |