diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c index 59e89c49..2b4e9b73 100644 --- a/src/fe-gtk/setup.c +++ b/src/fe-gtk/setup.c @@ -203,7 +203,7 @@ static const setting inputbox_settings[] = {ST_TOGGLE, N_("Show nick box"), P_OFFINTNL(hex_gui_input_nick),0,0,0}, {ST_TOGGLE, N_("Show user mode icon in nick box"), P_OFFINTNL(hex_gui_input_icon),0,0,0}, #ifdef HAVE_ISO_CODES /* Defined with static spelling */ - {ST_TOGGLE, N_("Spell checking"), P_OFFINTNL(hex_gui_input_spell),0,0,2}, + {ST_TOGGLE, N_("Spell checking"), P_OFFINTNL(hex_gui_input_spell),0,0,1}, {ST_ENTRY, N_("Dictionaries to use:"), P_OFFSETNL(hex_text_spell_langs),0,0,sizeof prefs.hex_text_spell_langs}, #ifdef WIN32 {ST_LABEL, N_("Use language codes (as in \"share\\myspell\\dicts\").\nSeparate multiple entries with commas.")},