diff options
author | Tor Lillqvist <tml@novell.com> | 2005-08-10 18:58:05 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-08-10 18:58:05 +0800 |
commit | 14e9427a9e53837d29bcdd1ba957e6e57ea0ac34 (patch) | |
tree | 498536145809503eef2e56c5b7fc3e706c0688b5 /e-util/ChangeLog | |
parent | dcb5bcea6faef1370a05132356a432a222e16e5a (diff) | |
download | gsoc2013-evolution-14e9427a9e53837d29bcdd1ba957e6e57ea0ac34.tar.gz gsoc2013-evolution-14e9427a9e53837d29bcdd1ba957e6e57ea0ac34.tar.zst gsoc2013-evolution-14e9427a9e53837d29bcdd1ba957e6e57ea0ac34.zip |
Use g_win32_getlocale() to get locale on Win32. (setlocale() returns
2005-08-10 Tor Lillqvist <tml@novell.com>
* e-xml-utils.c (e_xml_get_child_by_name_by_lang): Use
g_win32_getlocale() to get locale on Win32. (setlocale() returns
strings like "Swedish_Finland.1252", we want the Unixish "sv_FI"
style.) Fix typo, use the lang parameter and not "lang" string
literal.
svn path=/trunk/; revision=30077
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index ea7d421dab..11f2091351 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,5 +1,11 @@ 2005-08-10 Tor Lillqvist <tml@novell.com> + * e-xml-utils.c (e_xml_get_child_by_name_by_lang): Use + g_win32_getlocale() to get locale on Win32. (setlocale() returns + strings like "Swedish_Finland.1252", we want the Unixish "sv_FI" + style.) Fix typo, use the lang parameter and not "lang" string + literal. + * Makefile.am: Use privsolib instead of privlib. On Unix they are the same, on Win32 privsolibdir is the same as libdir. (INCLUDES): Pass also EVOLUTION_SYSCONFDIR, EVOLUTION_DATADIR, |