view pixmaps/tb_drag_arrow_up.xpm @ 6044:8642749e55ca

[gaim-migrate @ 6494] This makes non-ascii characters such as umlauts, the Spanish o with an accent, and Chinese work with Yahoo! It fixes http://sourceforge.net/tracker/index.php?func=detail&aid=761007&group_id=235&atid=100235 I also removed a small amount if #if 0'ed code from Yahoo! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 06 Jul 2003 21:38:19 +0000
parents 5fb47ec9bfe4
children 87e95b8ce60b
line wrap: on
line source

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