]> git.lyx.org Git - lyx.git/commitdiff
buffer-update_ps.xpm: - fix color definition to be able to reference it in the docs
authorUwe Stöhr <uwestoehr@web.de>
Sun, 12 Aug 2007 23:06:40 +0000 (23:06 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sun, 12 Aug 2007 23:06:40 +0000 (23:06 +0000)
(with old definition it appeared gray in PDF-output)
                      - uniform it to the definition of the other images

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19488 a592a061-630c-0410-9148-cb99ea01b6c8

lib/images/buffer-update_ps.xpm

index 6f98d4edc19edc3d8494b9da5665f954b9a18b9c..21a4e8091e898efe3570fcf4457b3b9b7fbbedcb 100644 (file)
@@ -1,9 +1,11 @@
 /* XPM */
-static char const * update_ps_xpm[] = {
+static char const *update-ps_xpm[] = {
+/* columns rows colors chars-per-pixel */
 "20 20 3 1",
-" c None",
-".c #000080",
-"Xc #000000",
+"  c None",
+". c navy",
+"X c black",
+/* pixels */
 "        ...         ",
 "      ........      ",
 "    ..... .....     ",
@@ -23,4 +25,5 @@ static char const * update_ps_xpm[] = {
 "    .      ....     ",
 "           .....    ",
 "           .....    ",
-"                    "};
+"                    "
+};