diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-25 20:39:45 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-25 20:39:45 +0200 |
commit | f50a1bf1dd622e81b12b985a5388df386bf2bcfc (patch) | |
tree | 0c26decf905942d8b772dbe0bcdb450a6f5b887b /src/fe-gtk/setup.c | |
parent | 21424154a83837ea2bd2eeee2b367f881fce2d88 (diff) |
Reorganize Preferences/Appearance
Diffstat (limited to 'src/fe-gtk/setup.c')
-rw-r--r-- | src/fe-gtk/setup.c | 8 |
1 files changed, 4 insertions, 4 deletions
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} }; |