diff options
author | TingPing <tngpng@gmail.com> | 2013-04-15 22:10:25 -0300 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-04-15 22:10:25 -0300 |
commit | 7e2ae20ecf1a38a7f7890821a07e1a23fe96722d (patch) | |
tree | 92f7b7b7b00134e1a6c6f251e9c904638074299c /src/fe-gtk | |
parent | b856065167662f057481e96d6669d9c9b77ae533 (diff) |
only 1
Diffstat (limited to 'src/fe-gtk')
-rw-r--r-- | src/fe-gtk/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
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.")}, |