view pixmaps/tb_drag_arrow_down.xpm @ 6244:519028f52516

[gaim-migrate @ 6738] Bjoern Voigt writes: "I prepared a new i18n patch (i18n14.patch). Parts of this patch I already send to you, but I couldn't see it in gaim-commits. I recently subscribed gaim-commits, so it's easier for me to see, whether or not and when my patch is commited. i18n14.patch contains: - updated German translation - updated file po/POTFILES.in - a fix for gaim's history dialog (the timestamps were temporarily not visible)" committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 20 Jul 2003 14:11:43 +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",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
".............",
" ........... ",
"  .........  ",
"   .......   ",
"    .....    ",
"     ...     ",
"      .      "};