annotate etc/images/copy.xpm @ 69713:75b06a7624a1

* images/README: Update with following information. * images/data-save.xpm, images/mail/flag-for-followup.xpm: * images/zoom-in.xpm, images/zoom-out.xpm: New images from GNOME 2.12. * images/contact.pbm, images/data-save.pbm, images/delete.pbm: * images/mail/flag-for-followup.pbm, images/mail/inbox.pbm: * images/mail/move.pbm, images/next-page.pbm, images/zoom-out.pbm: New bitmaps for new images. * images/refresh.xpm, images/sort-ascending.xpm, * images/sort-descending.xpm: Update with GTK 2.x images. Note that the default GTK icons are not overridden by the GNOME theme due to a bug which was fixed in GNOME 2.15. Once GNOME 2.16 is in wide circulation, then the GTK icons should be replaced with the equivalent GNOME icons. Until then, we should be consistent with GTK first, then GNOME. * images/mail/repack.xpm, images/mail/reply-from.xpm: * images/mail/reply-to.xpm, images/search-replace.xpm: * images/separator.xpm, images/show.xpm: Update custom icons to be closer to their GNOME counterparts. * images/attach.pbm, images/exit.pbm, images/mail/compose.pbm: * images/mail/repack.pbm, images/mail/reply-all.pbm: * images/mail/reply-from.pbm, images/mail/reply-to.pbm: * images/mail/reply.pbm, images/mail/send.pbm, images/show.pbm: * images/search-replace.pbm: Update bitmaps. * images/execute.pbm, images/execute.xpm, images/fld-open.pbm: * images/fld-open.xpm, images/highlight.pbm, images/highlight.xpm: * images/mail.pbm, images/mail.xpm, images/mail/alias.pbm: * images/mail/alias.xpm, images/mail/refile.pbm: * images/mail/refile.xpm, images/page-down.pbm, images/page-down.xpm: * images/widen.pbm, images/widen.xpm: Remove custom MH-E icons since MH-E is now using the equivalent GTK/GNOME icons.
author Bill Wohler <wohler@newt.com>
date Tue, 28 Mar 2006 19:15:30 +0000
parents 45a69ccc2f35
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
1 /* XPM */
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
2 static char * copy_xpm[] = {
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
3 "24 24 26 1",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
4 " c None",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
5 ". c #000000",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
6 "+ c #B4B4B4",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
7 "@ c #F8F8F8",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
8 "# c #F6F6F6",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
9 "$ c #C3C3C3",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
10 "% c #E9E9E9",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
11 "& c #989898",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
12 "* c #828282",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
13 "= c #8A8A8A",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
14 "- c #E8E8E8",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
15 "; c #636363",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
16 "> c #5A5A5A",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
17 ", c #6B6B6B",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
18 "' c #B3B3B3",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
19 ") c #FFFFFF",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
20 "! c #D6D6D6",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
21 "~ c #818181",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
22 "{ c #A7A7A7",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
23 "] c #8F8F8F",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
24 "^ c #C6C6C6",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
25 "/ c #808080",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
26 "( c #E7E7E7",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
27 "_ c #6D6D6D",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
28 ": c #767676",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
29 "< c #F5F5F5",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
30 " ",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
31 " ",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
32 " ",
66732
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
33 "............. ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
34 ".+@@@@@@@@@#$. ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
35 ".@%%%%%%%%%%%. ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
36 ".@&**=%+*%*+%. ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
37 ".@%%%%%%%%---. ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
38 ".@;>%,*+-............ ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
39 ".@%%%%%%.'))))))))))!. ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
40 ".@&**%*~.)))))))))))). ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
41 ".@%%%%%-.){]]&)^])]^). ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
42 ".@;>>%,/.)))))))))))). ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
43 ".@%%%%%(.)_;):]^)^])). ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
44 ".@&**%*~.)))))))))))). ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
45 ".<%%%%%-.){]])]]^)&]). ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
46 ".$%%%%%-.)))))))))))). ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
47 " ........)_;;):]^)^]). ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
48 " .)))))))))))). ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
49 " .){]])]]^)&]). ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
50 " .)))))))))))). ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
51 " .!))))))))))!. ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
52 " .............. ",
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
53 " "};