mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 05:55:34 +00:00
Edwin missed making these black not blue
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5678 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5e37ac3113
commit
9e8436a4f7
@ -2,7 +2,7 @@
|
|||||||
static char * backslash_xpm[] = {
|
static char * backslash_xpm[] = {
|
||||||
"7 23 2 1",
|
"7 23 2 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #5972FF",
|
". c black",
|
||||||
". ",
|
". ",
|
||||||
". ",
|
". ",
|
||||||
". ",
|
". ",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
static char * slash_xpm[] = {
|
static char * slash_xpm[] = {
|
||||||
"7 23 2 1",
|
"7 23 2 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #5972FF",
|
". c black",
|
||||||
" .",
|
" .",
|
||||||
" .",
|
" .",
|
||||||
" .",
|
" .",
|
||||||
|
Loading…
Reference in New Issue
Block a user