view pixmaps/tb_drag_arrow_down.xpm @ 8376:7e9fdaab7163

[gaim-migrate @ 9103] (00:19:29) marv: dang it, i forgot one of the tags. I don't suppose you could add one for </font> after g_hash_table_insert(ht, "</u>", "</u>"); (00:19:50) LSchiere: in what file (00:20:20) marv: util.c in yahoo (00:20:52) marv: the line should be after the one for </u> and stuff g_hash_table_insert(ht, "</font>", "</font>"); committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 01 Mar 2004 05:15:15 +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",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
".............",
" ........... ",
"  .........  ",
"   .......   ",
"    .....    ",
"     ...     ",
"      .      "};