diff options
author | Tor Lillqvist <tml@novell.com> | 2006-02-20 08:52:19 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2006-02-20 08:52:19 +0000 |
commit | d9d1a36c5911512cff575435c84828dc89aafcbe (patch) | |
tree | efacfaa779cff027cb34f723808945ad4283157b /ChangeLog | |
parent | 023435bde3e3aca1d29a68c852f95c8cce8d61f7 (diff) | |
download | gtk+-d9d1a36c5911512cff575435c84828dc89aafcbe.tar.gz |
Replace all calls to g_strcasecmp() with g_ascii_strcasecmp().
2006-02-20 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkfont-win32.c: Replace all calls to g_strcasecmp()
with g_ascii_strcasecmp().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-02-20 Tor Lillqvist <tml@novell.com> + + * gdk/win32/gdkfont-win32.c: Replace all calls to g_strcasecmp() + with g_ascii_strcasecmp(). + 2006-02-19 Matthias Clasen <mclasen@redhat.com> Support input shapes: (#331070) |