view lisp/toolbar/gud-print.xpm @ 65199:23741bfb23af

(shell-mode, shell-resync-dirs): Fix typos in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 29 Aug 2005 11:08:04 +0000
parents f7114bba1fd4
children
line wrap: on
line source

/* XPM */
static char * print_xpm[] = {
"24 24 2 1",
" 	c None",
".	c #000000000000",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"         ... ...        ",
"          ... ...       ",
"          ..   ..       ",
"          ..   ..       ",
"          ..   ..       ",
"          ..   ..       ",
"          ..   ..       ",
"          ... ..        ",
"          .. ..         ",
"          ..            ",
"          ..            ",
"          ..            ",
"         ....           ",
"                        ",
"                        ",
"                        "};