# HG changeset patch # User Nick Roberts # Date 1132055704 0 # Node ID 6ea05e92aaad258ff308b4f3b11420c0ef66ead4 # Parent 55c8407fa5ee7abca599113d43ce984cfedf2299 Use a more appropriate variable name. diff -r 55c8407fa5ee -r 6ea05e92aaad etc/images/gud/pp.xpm --- 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", diff -r 55c8407fa5ee -r 6ea05e92aaad etc/images/gud/pstar.xpm --- 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", diff -r 55c8407fa5ee -r 6ea05e92aaad etc/images/gud/until.xpm --- 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",