view pixmaps/embarrassed.xpm @ 2583:ce3df2c43f46

[gaim-migrate @ 2596] thanks to Dennis Lambe Jr. (malsyned). Several of you will probably wonder why I put it in gtkimhtml.c instead of conversation.c like the rest of the smilies. (Dennis also put it in gtkimhtml.c.) gtkimhtml.c strives to be more or less compatible and identical with winaim (though fewer bugs ;) ). winaim parses out :-d. winaim doesn't parse any of the ones in conversation.c though. So if winaim parses it, it goes in gtkimhtml.c. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 23 Oct 2001 04:59:46 +0000
parents 230b022108f4
children
line wrap: on
line source

/* XPM */
static char * embarrassed_xpm[] = {
"19 19 11 1",
" 	c None",
".	c #000000",
"+	c #CCCC00",
"@	c #FFFF00",
"#	c #D8D83F",
"$	c #666633",
"%	c #FFFFFF",
"&	c #FFCC00",
"*	c #FF9900",
"=	c #999933",
"-	c #333300",
"      .......      ",
"    ..+@@@@@+..    ",
"   .+@@@@@@@@@+.   ",
"  .@@@@@@@@@@@@@.  ",
" .+@@@.@@@@@.@@@+. ",
" .@@@.@@@@@@@.@@@. ",
".#@@.$..@@@..$.@@+.",
".@@.$%.%.@.%.%$.@@.",
".@@@$%.%.@.%.%$@@@.",
".@@@&.%%.@.%%.&@@@.",
".@&&&&..@@@..&&&@@.",
".@&&**&@@@@@&**&&@.",
".+&****&@@@&****&+.",
" .&&***&@@@&***&&. ",
" .&&&=&.....&=&&&. ",
"  .&&-.@@@@@..&&.  ",
"   .+*@@***@@*+.   ",
"    ..+@@@@@+..    ",
"      .......      "};