view etc/images/smilies/smile.xpm @ 78082:8c72fc9cd471

* pcvs-util.el (cvs-strings->string, cvs-string->strings): Rename and move to... * subr.el (strings->string, string->strings): ...here.
author Nick Roberts <nickrob@snap.net.nz>
date Sun, 08 Jul 2007 06:49:02 +0000
parents 210af0ad3d35
children
line wrap: on
line source

/* XPM */
static char * smile_xpm[] = {
"13 14 3 1",
" 	c None",
".	c #000000",
"+	c #FFDD00",
"   .......   ",
"  ..+++++..  ",
" .+++++++++. ",
".+++++++++++.",
".++..+++..++.",
".++..+++..++.",
".+++++++++++.",
".+++++++++++.",
".++.+++++.++.",
".++.+++++.++.",
".+++.....+++.",
" .+++++++++. ",
"  ..+++++..  ",
"   .......   "};