view pixmaps/tb_drag_arrow_right.xpm @ 8660:7dfd4b16c937

[gaim-migrate @ 9412] This is going to break patches left and everywhere, but I felt compelled. I replaced gaim_debug(GAIM_DEBUB_WHATEVER, with the corresponding gaim_debug_whatever( For what it's worth, it makes oscar.c 2KB smaller. But really, I just think it's prettier. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 14 Apr 2004 04:10:26 +0000
parents 5fb47ec9bfe4
children 87e95b8ce60b
line wrap: on
line source

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