mirror of
https://github.com/moparisthebest/hexchat
synced 2024-12-22 15:48:52 -05:00
Remove left over ifdef for spellcheck
This commit is contained in:
parent
5ad9552365
commit
0a0bb57b2a
@ -1524,9 +1524,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);
|
||||
#ifdef HAVE_ISO_CODES /* Defined with static spelling */
|
||||
setup_create_other_colorR (_("Spell checker:"), COL_SPELL, 11, tab);
|
||||
#endif
|
||||
|
||||
setup_create_header (tab, 15, N_("Color Stripping"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user