From ebcd88af157247d305f8a1a31a4b0611db455131 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sun, 12 Aug 2007 23:06:40 +0000 Subject: [PATCH] buffer-update_ps.xpm: - fix color definition to be able to reference it in the docs (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 | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/lib/images/buffer-update_ps.xpm b/lib/images/buffer-update_ps.xpm index 6f98d4edc1..21a4e8091e 100644 --- a/lib/images/buffer-update_ps.xpm +++ b/lib/images/buffer-update_ps.xpm @@ -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[] = { " . .... ", " ..... ", " ..... ", -" "}; +" " +}; -- 2.39.2