comparison etc/images/execute.xpm @ 65755:7b615e6c0ea5

2005-09-30 Bill Wohler <wohler@newt.com> Moved MH-E image files from toolbar and mail directories into etc/images. * mail/reply2.*: Moved to etc/images/mail/reply*. * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm: * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Moved to etc/images. * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*: * toolbar/reply*: Moved to etc/images/mail. * toolbar/rescan.*: Moved and renamed to etc/images/refresh.*. * mh-e/mh-customize.el (mh-refile-msg, mh-tool-bar-reply-from) (mh-tool-bar-reply-to, mh-tool-bar-reply-all) (mh-alias-grab-from-field, mh-pack-folder): Image files moved to etc/images/mail so added "mail/" prefix. (mh-reply): Ditto. Also renamed reply2.* to reply.*. (mh-rescan-folder): Ditto. Renamed image file to refresh.* since it can be used in the general sense. Does not have "mail/" prefix.
author Bill Wohler <wohler@newt.com>
date Fri, 30 Sep 2005 17:48:04 +0000
parents
children
comparison
equal deleted inserted replaced
65754:3b4e05087f26 65755:7b615e6c0ea5
1 /* XPM */
2 static char * mail_exec_xpm[] = {
3 /* columns rows colors chars-per-pixel */
4 "24 24 6 1",
5 " c None",
6 ". c black",
7 "X c #a5d8a5d89550",
8 "o c #d305d305bc3c",
9 "O c #ea03ea03d271",
10 "+ c white",
11 /* pixels */
12 " ",
13 " ",
14 " ",
15 " .. ",
16 " XX .. ",
17 " oo XX .. ",
18 " OO oo XX .. ",
19 " OO oo XX .. ",
20 " OO oo XX .. ",
21 " OO oo XX .. ",
22 " OO oo XX .. ",
23 " OO oo XX .. ",
24 " OO oo XX .. ",
25 " OO oo XX ",
26 " OO oo ",
27 " OO + .. ",
28 " XX .. ",
29 " oo XX ",
30 " OO oo ",
31 " OO ",
32 " ",
33 " ",
34 " ",
35 " "};