view pixmaps/arrow_right.xpm @ 4163:986c175a607c

[gaim-migrate @ 4392] Bjo"rn Voigt (bjoernv) writes: " The German translation po/de.po is very old: "PO-Revision-Date: 2002-03-31 11:29+0200\n" Also, this translation is written with the ISO-8859-1 character set. Some characters (German umlauts) are not shown in Gaim, because gaim.cvs uses UTF-8. An updated po/de.po file can be found here: http://user.cs.tu-berlin.de/~bjoern/gaim/" this is of course, the translation at that url. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 31 Dec 2002 21:00:55 +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",
"   .       ",
"   ..      ",
"   .+.     ",
"   .++.    ",
"   .+++.   ",
"   .++++.  ",
"   .+++.   ",
"   .++.    ",
"   .+.     ",
"   ..      ",
"   .       "};