If no message catalog is installed for the current locale language, don't

2008-05-08  Tor Lillqvist  <tml@novell.com>

	* 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.


svn path=/trunk/; revision=35479
This commit is contained in:
Tor Lillqvist
2008-05-08 04:17:18 +00:00
committed by Tor Lillqvist
parent 4c58a7f9d9
commit 703123f651
2 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2008-05-08 Tor Lillqvist <tml@novell.com>
* 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.
2008-04-29 Akhil Laddha <lakhil@novell.com>
** Fix for bug #529660