diff options
| -rw-r--r-- | etc/images/gud/pp.xpm | 2 | ||||
| -rw-r--r-- | etc/images/gud/pstar.xpm | 2 | ||||
| -rw-r--r-- | etc/images/gud/until.xpm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/images/gud/pp.xpm b/etc/images/gud/pp.xpm index bf626e1abf8..03c00d95df0 100644 --- a/etc/images/gud/pp.xpm +++ b/etc/images/gud/pp.xpm | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* XPM */ | 1 | /* XPM */ |
| 2 | static char * print_xpm[] = { | 2 | static char * pp_xpm[] = { |
| 3 | "24 24 2 1", | 3 | "24 24 2 1", |
| 4 | " c None", | 4 | " c None", |
| 5 | ". c #000000000000", | 5 | ". c #000000000000", |
diff --git a/etc/images/gud/pstar.xpm b/etc/images/gud/pstar.xpm index 6edc603db14..4f9ed1b64e8 100644 --- a/etc/images/gud/pstar.xpm +++ b/etc/images/gud/pstar.xpm | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* XPM */ | 1 | /* XPM */ |
| 2 | static char * gud_pstar_xpm[] = { | 2 | static char * pstar_xpm[] = { |
| 3 | "24 24 2 1", | 3 | "24 24 2 1", |
| 4 | " c #BDBDBEBEBDBD", | 4 | " c #BDBDBEBEBDBD", |
| 5 | ". c #000000000000", | 5 | ". c #000000000000", |
diff --git a/etc/images/gud/until.xpm b/etc/images/gud/until.xpm index aae32e177a7..abd6c8cae99 100644 --- a/etc/images/gud/until.xpm +++ b/etc/images/gud/until.xpm | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* XPM */ | 1 | /* XPM */ |
| 2 | static char * goto_xpm[] = { | 2 | static char * until_xpm[] = { |
| 3 | "24 24 6 1", | 3 | "24 24 6 1", |
| 4 | " c None", | 4 | " c None", |
| 5 | ". c #cc0033", | 5 | ". c #cc0033", |