add option for changing spell checker color

This commit is contained in:
berkeviktor@aol.com
2011-06-05 06:12:31 +02:00
parent 5ea4855bc3
commit 87b68a17ad
4 changed files with 44 additions and 3 deletions

View File

@@ -1358,6 +1358,7 @@ setup_create_color_page (void)
setup_create_other_color (_("New message:"), COL_NEW_MSG, 10, tab);
setup_create_other_colorR (_("Away user:"), COL_AWAY, 10, tab);
setup_create_other_color (_("Highlight:"), COL_HILIGHT, 11, tab);
setup_create_other_colorR (_("Spell checker:"), COL_SPELL, 11, tab);
return box;
}