]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Patch from Colin Watson to use g_ascii_strcasecmp in place of the
authorSimon Tatham <anakin@pobox.com>
Tue, 3 Jan 2012 19:43:19 +0000 (19:43 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 3 Jan 2012 19:43:19 +0000 (19:43 +0000)
commit736c5f86ebbb6cbabd21f2ebfd407fc8d32d4013
treed70b37aca94e900ee2b7da4edfbc8c8d2a5ef4f8
parenta80ba74239e2bccd54af309829c3b8c3339bd846
Patch from Colin Watson to use g_ascii_strcasecmp in place of the
deprecated g_strcasecmp (since all the strings being compared are
parts of XLFDs and won't be in interesting character sets anyway).

[originally from svn r9376]
unix/gtkfont.c