view etc/images/smilies/grayscale/sad.xpm @ 109712:de86f640dbaa

* emulation/pc-select.el: Fix typos in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 05 Aug 2010 23:31:03 +0200
parents a3c27999decb
children
line wrap: on
line source

/* XPM */
static char * sad_xpm[] = {
"14 14 5 1",
" 	c None",
".	c #484848",
"+	c #000000",
"@	c #ABABAB",
"#	c #6E6E6E",
"              ",
"              ",
"    .    .    ",
"    +    +    ",
"    +    +    ",
"    +    +    ",
"              ",
"     @@@@     ",
"    #++++#    ",
"   .+@  @+.   ",
"  @+@    @+@  ",
"   .      .   ",
"              ",
"              "};