view pixmaps/arrow_right.xpm @ 5400:57b2986b62c3

[gaim-migrate @ 5776] Chris (darth_sebulba04) writes: " This corrects the title of the logging for "View System Log" to be "Log" instead of "Conversations", which in turn also changes it when viewing the log for an individual buddy. " committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 16 May 2003 18:47:34 +0000
parents bb7527b5f426
children
line wrap: on
line source

/* XPM */
static char * arrow_right_xpm[] = {
"11 11 3 1",
" 	c None",
".	c #000000",
"+	c #FFFFFF",
"   .       ",
"   ..      ",
"   .+.     ",
"   .++.    ",
"   .+++.   ",
"   .++++.  ",
"   .+++.   ",
"   .++.    ",
"   .+.     ",
"   ..      ",
"   .       "};