comparison lisp/toolbar/mh-logo.xpm @ 49578:b35587af8747

Upgraded to MH-E version 7.2. See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
author Bill Wohler <wohler@newt.com>
date Mon, 03 Feb 2003 20:55:30 +0000
parents
children
comparison
equal deleted inserted replaced
49577:dad6f3184ccd 49578:b35587af8747
1 /* XPM */
2 static char *mh-e[] = {
3 /* width height num_colors chars_per_pixel */
4 " 18 13 2 1",
5 /* colors */
6 "# c #666699",
7 ". c None s None",
8 /* pixels */
9 "........##........",
10 ".......####.......",
11 "......######......",
12 "......######......",
13 "....#########.....",
14 "..##############..",
15 ".##...######....#.",
16 "##...#.#.####...#.",
17 "....#..#.##.#...#.",
18 "...#..##.#.#.#....",
19 "...#..#..#..#.#...",
20 "...#..#.##..#.##..",
21 "...#..#.#..#....#."
22 };