diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 07:24:52 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 07:24:52 +0200 |
commit | 02dd0ba5602b4e8ce05266f5d1be92ad29d7dd3e (patch) | |
tree | 8e1717855107d12d856b0583f06830c02d76156d /src/fe-gtk/setup.c | |
parent | 2cbae7f6a5596e15835e73c76c684ecae0c6336e (diff) |
Get rid of gui_tweaks 16 & 1
Diffstat (limited to 'src/fe-gtk/setup.c')
-rw-r--r-- | src/fe-gtk/setup.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c index 6be57649..7a89f5be 100644 --- a/src/fe-gtk/setup.c +++ b/src/fe-gtk/setup.c @@ -166,6 +166,11 @@ static const setting appearance_settings[] = #else {ST_EFONT, N_("Font:"), P_OFFSETNL(font_normal), 0, 0, sizeof prefs.font_normal}, #endif + + {ST_HEADER, N_("Title Bar"),0,0,0}, + {ST_TOGGLE, N_("Show channel modes"), P_OFFINTNL(gui_win_modes),0,0,0}, + {ST_TOGGLR, N_("Show number of users"), P_OFFINTNL(gui_win_ucount),0,0,0}, + {ST_HEADER, N_("Text Box"),0,0,0}, {ST_EFILE, N_("Background image:"), P_OFFSETNL(background), 0, 0, sizeof prefs.background}, {ST_NUMBER, N_("Scrollback lines:"), P_OFFINTNL(max_lines),0,0,100000}, |