aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>2008-05-08 12:19:08 +0800
committerTor Lillqvist <tml@src.gnome.org>2008-05-08 12:19:08 +0800
commit40d111e3ea48bc9d44dc5cb5a3f30f6b91bc9927 (patch)
tree480aac2e84e8354a22cd0923d55da35cb59b028d /shell/ChangeLog
parent703123f651bd41d35a5ca3b75cd14a9708d03ae7 (diff)
downloadgsoc2013-evolution-40d111e3ea48bc9d44dc5cb5a3f30f6b91bc9927.tar
gsoc2013-evolution-40d111e3ea48bc9d44dc5cb5a3f30f6b91bc9927.tar.gz
gsoc2013-evolution-40d111e3ea48bc9d44dc5cb5a3f30f6b91bc9927.tar.bz2
gsoc2013-evolution-40d111e3ea48bc9d44dc5cb5a3f30f6b91bc9927.tar.lz
gsoc2013-evolution-40d111e3ea48bc9d44dc5cb5a3f30f6b91bc9927.tar.xz
gsoc2013-evolution-40d111e3ea48bc9d44dc5cb5a3f30f6b91bc9927.tar.zst
gsoc2013-evolution-40d111e3ea48bc9d44dc5cb5a3f30f6b91bc9927.zip
Explain more
svn path=/trunk/; revision=35480
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 4647ade3fc..b172ffb012 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -3,7 +3,10 @@
* main.c (main) [Win32]: If no message catalog is installed for
the current locale language, don't bother with the localisations
provided by other things then either. Reset thread locale to
- "en-US" and C library locale to "C" to ensure that.
+ "en-US" and C library locale to "C" to ensure that. This fixes the
+ problem where those items in the UI that don't originate from
+ message catalogs still appear translated even though message
+ catalogs were not installed.
2008-04-29 Akhil Laddha <lakhil@novell.com>