view pixmaps/tb_drag_arrow_down.xpm @ 8781:d3c0203d4961

[gaim-migrate @ 9543] Put the \n's before each additional line in the tooltip. Someone should check this, as I don't think I can. Also, is it bad that I'm separating the "Status" string from the "<b>%s</b>: %s"? I'm pretty sure it's easier to translate this way... But does it destroy right-to-left languages? And if so, what's the best fix for that? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 23 Apr 2004 23:08:11 +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",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
".............",
" ........... ",
"  .........  ",
"   .......   ",
"    .....    ",
"     ...     ",
"      .      "};