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
This commit is contained in:
Uwe Stöhr 2007-08-12 23:06:40 +00:00
parent ea74988acc
commit ebcd88af15

View 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[] = {
" . .... ",
" ..... ",
" ..... ",
" "};
" "
};