diff options
author | Bill Wohler <wohler@newt.com> | 2003-02-03 20:55:30 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2003-02-03 20:55:30 +0000 |
commit | 3d7ca22355faee835e817dc642f4b052728287eb (patch) | |
tree | 234131185ddcc9dbe6ca305a957f1d7cf7aaabd5 /lisp/toolbar | |
parent | 6ed82072274a5e71ca7ad8c37eb87253edea91e3 (diff) | |
download | emacs-3d7ca22355faee835e817dc642f4b052728287eb.tar.gz |
Upgraded to MH-E version 7.2.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
Diffstat (limited to 'lisp/toolbar')
-rw-r--r-- | lisp/toolbar/mh-logo.xpm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/toolbar/mh-logo.xpm b/lisp/toolbar/mh-logo.xpm new file mode 100644 index 00000000000..ce6b97c2f5a --- /dev/null +++ b/lisp/toolbar/mh-logo.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char *mh-e[] = { +/* width height num_colors chars_per_pixel */ +" 18 13 2 1", +/* colors */ +"# c #666699", +". c None s None", +/* pixels */ +"........##........", +".......####.......", +"......######......", +"......######......", +"....#########.....", +"..##############..", +".##...######....#.", +"##...#.#.####...#.", +"....#..#.##.#...#.", +"...#..##.#.#.#....", +"...#..#..#..#.#...", +"...#..#.##..#.##..", +"...#..#.#..#....#." +}; |