Variable cleanup for completion_*

This commit is contained in:
Berke Viktor
2012-10-22 10:10:19 +02:00
parent a05817c0eb
commit cf8ea26498
5 changed files with 22 additions and 22 deletions

View File

@@ -224,10 +224,10 @@ static const setting inputbox_settings[] =
#endif
{ST_HEADER, N_("Nick Completion"),0,0,0},
{ST_TOGGLE, N_("Automatic nick completion (without TAB key)"), P_OFFINTNL(nickcompletion),
{ST_TOGGLE, N_("Automatic nick completion (without TAB key)"), P_OFFINTNL(hex_completion_auto),
0,0,0},
{ST_ENTRY, N_("Nick completion suffix:"), P_OFFSETNL(nick_suffix),0,0,sizeof prefs.nick_suffix},
{ST_MENU, N_("Nick completion sorted:"), P_OFFINTNL(completion_sort), 0, tabcompmenu, 0},
{ST_ENTRY, N_("Nick completion suffix:"), P_OFFSETNL(hex_completion_suffix),0,0,sizeof prefs.hex_completion_suffix},
{ST_MENU, N_("Nick completion sorted:"), P_OFFINTNL(hex_completion_sort), 0, tabcompmenu, 0},
#if 0 /* obsolete */
{ST_HEADER, N_("Input Box Codes"),0,0,0},