From f50a1bf1dd622e81b12b985a5388df386bf2bcfc Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Thu, 25 Oct 2012 20:39:45 +0200 Subject: Reorganize Preferences/Appearance --- src/fe-gtk/setup.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/fe-gtk/setup.c') diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c index a83e423a..15c8dcc0 100644 --- a/src/fe-gtk/setup.c +++ b/src/fe-gtk/setup.c @@ -168,10 +168,6 @@ static const setting appearance_settings[] = {ST_EFONT, N_("Font:"), P_OFFSETNL(hex_text_font), 0, 0, sizeof prefs.hex_text_font}, #endif - {ST_HEADER, N_("Title Bar"),0,0,0}, - {ST_TOGGLE, N_("Show channel modes"), P_OFFINTNL(hex_gui_win_modes),0,0,0}, - {ST_TOGGLR, N_("Show number of users"), P_OFFINTNL(hex_gui_win_ucount),0,0,0}, - {ST_HEADER, N_("Text Box"),0,0,0}, {ST_EFILE, N_("Background image:"), P_OFFSETNL(hex_text_background), 0, 0, sizeof prefs.hex_text_background}, {ST_TOGGLE, N_("Colored nick names"), P_OFFINTNL(hex_text_color_nicks), @@ -198,6 +194,10 @@ static const setting appearance_settings[] = N_("See the strftime manpage for details."),0,sizeof prefs.hex_stamp_text_format}, #endif + {ST_HEADER, N_("Title Bar"),0,0,0}, + {ST_TOGGLE, N_("Show channel modes"), P_OFFINTNL(hex_gui_win_modes),0,0,0}, + {ST_TOGGLR, N_("Show number of users"), P_OFFINTNL(hex_gui_win_ucount),0,0,0}, + {ST_END, 0, 0, 0, 0, 0} }; -- cgit 1.4.1