to get the default translation target on win32 use g_win32_get_locale()
authorHans Breuer <hans@breuer.org>
Fri, 13 Jun 2008 08:05:33 +0000 (08:05 +0000)
committerHans Breuer <hans@src.gnome.org>
Fri, 13 Jun 2008 08:05:33 +0000 (08:05 +0000)
commit43eeb244acbfc6cbc0b9dc4623aa9bcb888275ff
treecd6bb8778038cbedc62b6a2f26d482d1593b2b29
parente5347891feb50a18d4fdbe88552c4777229324a5
to get the default translation target on win32 use g_win32_get_locale()

2008-06-13  Hans Breuer  <hans@breuer.org>

* glib/gstrfuncs.c : to get the default translation target on
win32 use g_win32_get_locale() instead of setlocale(LS_MESSAGES,NULL)
Fixes bug #538044

* glib/makefile.msc.in gio/makefile.msc : updated

svn path=/trunk/; revision=7036
ChangeLog
gio/makefile.msc
glib/gstrfuncs.c
glib/makefile.msc.in