view pixmaps/tb_drag_arrow_down.xpm @ 10904:e0cf11160c97

[gaim-migrate @ 12632] Patch #1195915 from Jean-Yves Lefort - fix case insensitive sorting of the chat user list on platforms where g_utf8_collate doesn't result in casefolding. I also made the tab-complete list of possible matches sorted, this was suggested in #gaim a while ago (when the user list mis-sorting was originally mentioned), but I totally forgot to do either of these until now. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 07 May 2005 13:40:30 +0000
parents 5fb47ec9bfe4
children 87e95b8ce60b
line wrap: on
line source

/* XPM */
static const char * arrow_down_xpm[] = {
"13 16 2 1",
" 	c None",
".	c #FF0000",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
".............",
" ........... ",
"  .........  ",
"   .......   ",
"    .....    ",
"     ...     ",
"      .      "};