diff options
Diffstat (limited to 'art/jump.xpm')
-rw-r--r-- | art/jump.xpm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/art/jump.xpm b/art/jump.xpm index 7c289e738f..1254a53a1b 100644 --- a/art/jump.xpm +++ b/art/jump.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * jump_xpm[] = { +static const gchar *jump_xpm[] = { "16 8 3 1", " c None", ". c #000000", @@ -13,7 +13,7 @@ static char * jump_xpm[] = { ".++++++++++++++.", "................"}; -static char * jump_xpm_focused[] = { +static const gchar *jump_xpm_focused[] = { "16 8 3 1", " c None", ". c #0000FF", |