changeset 66883:6ea05e92aaad

Use a more appropriate variable name.
author Nick Roberts <nickrob@snap.net.nz>
date Tue, 15 Nov 2005 11:55:04 +0000
parents 55c8407fa5ee
children 96c76ff2e77b
files etc/images/gud/pp.xpm etc/images/gud/pstar.xpm etc/images/gud/until.xpm
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/etc/images/gud/pp.xpm	Tue Nov 15 11:53:23 2005 +0000
+++ b/etc/images/gud/pp.xpm	Tue Nov 15 11:55:04 2005 +0000
@@ -1,5 +1,5 @@
 /* XPM */
-static char * print_xpm[] = {
+static char * pp_xpm[] = {
 "24 24 2 1",
 " 	c None",
 ".	c #000000000000",
--- a/etc/images/gud/pstar.xpm	Tue Nov 15 11:53:23 2005 +0000
+++ b/etc/images/gud/pstar.xpm	Tue Nov 15 11:55:04 2005 +0000
@@ -1,5 +1,5 @@
 /* XPM */
-static char * gud_pstar_xpm[] = {
+static char * pstar_xpm[] = {
 "24 24 2 1",
 " 	c #BDBDBEBEBDBD",
 ".	c #000000000000",
--- a/etc/images/gud/until.xpm	Tue Nov 15 11:53:23 2005 +0000
+++ b/etc/images/gud/until.xpm	Tue Nov 15 11:55:04 2005 +0000
@@ -1,5 +1,5 @@
 /* XPM */
-static char * goto_xpm[] = {
+static char * until_xpm[] = {
 "24 24 6 1",
 " 	c None",
 ".	c #cc0033",