diff lisp/toolbar/gud-n.xpm @ 53442:01eff098e535

* toolbar/gud-next.pbm, toolbar/gud-next.xpm * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm * toolbar/gud-step.pbm, toolbar/gud-step.xpm * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid file-name clashes on 8+3 filesystems.
author Eli Zaretskii <eliz@is.elta.co.il>
date Tue, 30 Dec 2003 08:49:27 +0000
parents
children f7114bba1fd4
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lisp/toolbar/gud-n.xpm	Tue Dec 30 08:49:27 2003 +0000
@@ -0,0 +1,34 @@
+/* XPM */
+static char * next_xpm[] = {
+"24 24 7 1",
+" 	c #c0c0c0",
+".	c #cc0033",
+"X	c #616161",
+"o	c #2a1f55",
+"O	c #adadad",
+"+	c #d40000",
+"@	c #cc9999",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"      ..........        ",
+"     .          .       ",
+"    .            .      ",
+"    .  Xo  oX    .      ",
+"    . XoO  OoX   .      ",
+"    . oo    oo +@.@+    ",
+"      oo    oo @...@    ",
+"      oo    oo  ...     ",
+"      oX    Xo  @.@     ",
+"     oo      oo  .      ",
+"      oX    Xo          ",
+"      oo    oo          ",
+"      oo    oo          ",
+"      oo    oo          ",
+"      XoO  OoX          ",
+"       Xo  oX           ",
+"                        ",
+"                        ",
+"                        ",
+"                        "};