]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct image size.
authorMiles Bader <miles@gnu.org>
Mon, 9 Oct 2000 01:01:02 +0000 (01:01 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 9 Oct 2000 01:01:02 +0000 (01:01 +0000)
lisp/toolbar/left_arrow.xpm

index 8e40eb5fb3be9209cdb476b9e46f3fca38ed0290..d7b38d8355851fe470c7293186ba6ce4f25a5909 100644 (file)
@@ -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[] = {
 "                        ",
 "                        ",
 "                        ",
-"                        ",
 "                        "};