mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
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:
parent
ea74988acc
commit
ebcd88af15
@ -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[] = {
|
||||
" . .... ",
|
||||
" ..... ",
|
||||
" ..... ",
|
||||
" "};
|
||||
" "
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user