diff --git a/lisp/toolbar/left_arrow.xpm b/lisp/toolbar/left_arrow.xpm index 8e40eb5fb3b..d7b38d83558 100644 --- a/lisp/toolbar/left_arrow.xpm +++ b/lisp/toolbar/left_arrow.xpm @@ -1,6 +1,6 @@ /* XPM */ -static char * tb_left_arrow_xpm[] = { -"24 25 42 1", +static char * left_arrow_xpm[] = { +"24 24 42 1", " c None", ". c #000000", "+ c #C6D7C3", @@ -66,5 +66,4 @@ static char * tb_left_arrow_xpm[] = { " ", " ", " ", -" ", " "};