Set default color for spell checker to white on black

This commit is contained in:
Ianos Gnatiuc 2006-03-26 16:29:40 +00:00
parent 3462c2f6bf
commit 3903cd14d8
2 changed files with 12 additions and 1 deletions

View File

@ -10,9 +10,11 @@ ______________________________________________________________________
Notes for GoldED+ 1.1.5, /snapshot/
______________________________________________________________________
- Set default color for spell checker to white on black.
= Snapshot for the March 26, 2006.
- GoldEd will not use charset import table if its level is greater than
- GoldEd will not use charset import table if its level is less than
level of CHRS kludge.
- Fixed QuoteString middle name initials.

View File

@ -119,6 +119,9 @@ Win gold_color1[16] = {
{3, { 7, 12, 14, 31, 15, 8, 7, 7, 7, 7, 7, 12}, 0}, // Cfgb 11
{0, { 7, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15}, 0}, // Style 12
{0, { 7, 7, 7, 7, 7, 7, 7, 8, 7, 7, 7, 7}, 0}, // Shad 13
#if defined(GCFG_SPELL_INCLUDED)
{0, { 15, }, 0 }, // SpellCheker
#endif
};
@ -140,6 +143,9 @@ Win gold_color2[16] = {
{3, { 240, 241, 244, 143, 244, 7, 7, 7, 7, 7, 7, 241}, 0}, // Cfgb 11
{0, { 135, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249}, 0}, // Style 12
{0, { 7, 7, 7, 7, 7, 7, 7, 8, 7, 7, 7, 7}, 0}, // Shad 13
#if defined(GCFG_SPELL_INCLUDED)
{0, { 15, }, 0 }, // SpellCheker
#endif
};
@ -161,6 +167,9 @@ Win gold_mono1[16] = {
{3, { 7, 7, 112, 112, 15, 7, 7, 7, 7, 7, 7, 7}, 0}, // Cfgb B
{0, { 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7}, 0}, // Style C
{0, { 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7}, 0}, // Shad F
#if defined(GCFG_SPELL_INCLUDED)
{0, { 15, }, 0 }, // SpellCheker
#endif
};