view pixmaps/no_icon.xpm @ 4813:f9cc606607dc

[gaim-migrate @ 5137] Morten Brix Pedersen writes: "There are some untranslated strings in buddy.c (latest CVS). Attached patch fixes it." committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 18 Mar 2003 00:12:33 +0000
parents 2846a03bda67
children
line wrap: on
line source

/* XPM */
static char * no_icon_xpm[] = {
/* width height num_colors chars_per_pixel */
"12 12 1 1",
/* colors */
" 	c None",
/* pixels */
"            ",
"            ",
"            ",
"            ",
"            ",
"            ",
"            ",
"            ",
"            ",
"            ",
"            ",
"            "};