This commit is contained in:
Berke Viktor 2012-10-22 19:03:28 +02:00
parent bc4fb2fd0e
commit 6daa63f113
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ static const setting userlist_settings[] =
{ST_HEADER, N_("User List"),0,0,0},
{ST_TOGGLE, N_("Show hostnames in user list"), P_OFFINTNL(hex_gui_ulist_show_hosts), 0, 0, 0},
{ST_TOGGLE, N_("Use the Text box font and colors"), P_OFFINTNL(hex_gui_ulist_style),0,0,0},
{ST_TOGGLE, N_("Show icons instead for user modes"), P_OFFINTNL(hex_gui_ulist_icons), 0, 0, 0},
{ST_TOGGLE, N_("Show icons instead of user modes"), P_OFFINTNL(hex_gui_ulist_icons), 0, 0, 0},
{ST_TOGGLE, N_("Show user count in channels"), P_OFFINTNL(hex_gui_ulist_count), 0, 0, 0},
/* {ST_TOGGLE, N_("Resizable user list"), P_OFFINTNL(hex_gui_ulist_resizable),0,0,0},*/
{ST_MENU, N_("User list sorted by:"), P_OFFINTNL(hex_gui_ulist_sort), 0, ulmenutext, 0},