view lisp/toolbar/print.xpm @ 40950:4bc87462585c

Many trivial doc fixes. (dired-get-file-for-visit): New function. (dired-find-alternate-file, dired-mouse-find-file-other-window): (dired-view-file, dired-find-file-other-window, dired-display-file): (dired-find-file): Use dired-get-file-for-visit.
author Richard M. Stallman <rms@gnu.org>
date Mon, 12 Nov 2001 17:04:33 +0000
parents 8f4a34146a9d
children 734ff40978ad
line wrap: on
line source

/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"24 24 6 1",
"  c #043904390439",
". c #40403f3f3f3f",
"X c #5a1a5a0458f3",
"o c #a74da686a5ec",
"O c #e88de7c9e66c",
"+ c None",
/* pixels */
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++  ++++++++++",
"+++++++++++ OOX  +++++++",
"++++++++++ OOOOOO.   +++",
"+++++++++ OOOOOOOOOo +++",
"+++++++++.OOOOOOOOO ++++",
"+++++++  oOOOOOOOOX+++++",
"+++++  OooXOOOOOOo  ++++",
"+++  OOOOOoXXooOO.XX  ++",
"++ ooOOOOOOOOoXXX.X.. ++",
"++ ooooOOOOOOOOOO.... ++",
"++ ooooooOOOOOOO..... ++",
"++ XooooooooOOO...... ++",
"++ X.XoooooooX....... ++",
"++ XX...XooooX......  ++",
"+++  XXXX...XX..... ++++",
"+++++   .XXXXX...  +++++",
"++++++++   .XX.. +++++++",
"+++++++++++     ++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++"
};