changeset 38331:b45a8f9db907 raeburn-tag-6-for-export

Cleaned up. From Luis Fernandes <elf@ee.ryerson.ca>.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 09 Jul 2001 10:54:13 +0000
parents dfa59e6b9f64
children 306b06393a4f
files lisp/toolbar/attach.pbm lisp/toolbar/cancel.pbm lisp/toolbar/copy.pbm lisp/toolbar/exit.pbm lisp/toolbar/fld_open.pbm lisp/toolbar/help.pbm lisp/toolbar/home.pbm lisp/toolbar/index.pbm lisp/toolbar/jump_to.pbm lisp/toolbar/mail.pbm lisp/toolbar/mail_compose.pbm lisp/toolbar/mail_send.pbm lisp/toolbar/new.pbm lisp/toolbar/open.pbm lisp/toolbar/paste.pbm lisp/toolbar/preferences.pbm lisp/toolbar/preferences.xpm lisp/toolbar/print.pbm lisp/toolbar/save.pbm lisp/toolbar/saveas.pbm lisp/toolbar/search-replace.pbm lisp/toolbar/search.pbm
diffstat 22 files changed, 33 insertions(+), 36 deletions(-) [+]
line wrap: on
line diff
Binary file lisp/toolbar/attach.pbm has changed
Binary file lisp/toolbar/cancel.pbm has changed
Binary file lisp/toolbar/copy.pbm has changed
Binary file lisp/toolbar/exit.pbm has changed
Binary file lisp/toolbar/fld_open.pbm has changed
Binary file lisp/toolbar/help.pbm has changed
Binary file lisp/toolbar/home.pbm has changed
Binary file lisp/toolbar/index.pbm has changed
Binary file lisp/toolbar/jump_to.pbm has changed
Binary file lisp/toolbar/mail.pbm has changed
Binary file lisp/toolbar/mail_compose.pbm has changed
Binary file lisp/toolbar/mail_send.pbm has changed
Binary file lisp/toolbar/new.pbm has changed
Binary file lisp/toolbar/open.pbm has changed
Binary file lisp/toolbar/paste.pbm has changed
Binary file lisp/toolbar/preferences.pbm has changed
--- a/lisp/toolbar/preferences.xpm	Mon Jul 09 08:58:38 2001 +0000
+++ b/lisp/toolbar/preferences.xpm	Mon Jul 09 10:54:13 2001 +0000
@@ -1,38 +1,35 @@
 /* XPM */
-static char *magick[] = {
-/* columns rows colors chars-per-pixel */
+static char * preferences_xpm[] = {
 "24 24 8 1",
-"  c Gray0",
-". c #9adf6c4a4e4e",
-"X c #adad8e8e3030",
-"o c #858585857979",
-"O c #a4ffa1fc996c",
-"+ c #d791c99a9b6c",
-"@ c #e113e0eee0c4",
-"# c None",
-/* pixels */
-"########################",
-"########################",
-"########################",
-"#############  #########",
-"###########  @@ ##### ##",
-"#########  @@@@ #### + #",
-"######   @@@@@@+ ## +. #",
-"####  @@@@@@@+@@ # +. ##",
-"### @@@@@.@@@@o@@ +. ###",
-"### @@@@@.O@oo@@ +. ####",
-"#### @@@@.@o@@@ +. #####",
-"#### @@.O.@@@@ +. @ ####",
-"##### @@..@@@ +. @@+ ###",
-"##### @@@@@@ +. @@@+o ##",
-"###### @@@@X@  +OOOOo ##",
-"###### @@@@  OOOOOO+ ###",
-"####### @OooO@@@@@  ####",
-"####### @@@@@@@@@ ######",
-"######## @@@@@@  #######",
-"######## @@@@+ #########",
-"######### @@  ##########",
-"##########  ############",
-"########################",
-"########################"
-};
+" 	c None",
+".	c #000000",
+"+	c #E1E0E0",
+"@	c #D7C99B",
+"#	c #9A6C4E",
+"$	c #A4A199",
+"%	c #858579",
+"&	c #AD8E30",
+"                        ",
+"                        ",
+"                        ",
+"             ..         ",
+"           ..++.     .  ",
+"         ..++++.    .@. ",
+"      ...+++++++.  .@#. ",
+"    ..++++++++++. .@#.  ",
+"   .++++++#++++++.@#.   ",
+"   .+++++#++++++.@#.    ",
+"    .++#+#+++++.@#.     ",
+"    .++#$#++++.@#.+.    ",
+"     .++##+++.@#.++@.   ",
+"     .++++++.@#.+++@%.  ",
+"      .++++&+..@$$$$%.  ",
+"      .++++..$$$$$$@.   ",
+"       .+$%%$+++++..    ",
+"       .+++++++++.      ",
+"        .++++++..       ",
+"        .++++@.         ",
+"         .++..          ",
+"          ..            ",
+"                        ",
+"                        "};
Binary file lisp/toolbar/print.pbm has changed
Binary file lisp/toolbar/save.pbm has changed
Binary file lisp/toolbar/saveas.pbm has changed
Binary file lisp/toolbar/search-replace.pbm has changed
Binary file lisp/toolbar/search.pbm has changed