view pixmaps/no_icon.xpm @ 4044:133cf6424c53

[gaim-migrate @ 4252] Stripped the old proto-specific smiley support out. The new proto-specific smileys won't be set by the prpl, but by a smiley theme settable from preferences. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 04 Dec 2002 05:12:06 +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 */
"            ",
"            ",
"            ",
"            ",
"            ",
"            ",
"            ",
"            ",
"            ",
"            ",
"            ",
"            "};