diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-06-05 06:12:31 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-06-05 06:12:31 +0200 |
commit | 87b68a17adb0d254d56c995fbaff7a5a94175297 (patch) | |
tree | 87f3eea3b1205229001cb31306402a084f00b175 /src/fe-gtk/setup.c | |
parent | 5ea4855bc32844474df3f542800fcd801d1037fb (diff) |
add option for changing spell checker color
Diffstat (limited to 'src/fe-gtk/setup.c')
-rw-r--r-- | src/fe-gtk/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c index eef6761d..250accc5 100644 --- a/src/fe-gtk/setup.c +++ b/src/fe-gtk/setup.c @@ -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; } |