diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-13 15:31:25 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-13 15:31:25 +0200 |
commit | c01ee90ef6eaf62e1ec3b10567a54a0b7c0a3977 (patch) | |
tree | 9bf150d2ad74f0c8730aa7d282bddef7bfea27c3 /src/common/xchat.h | |
parent | f7013f70a53f644e0326d32287d59b91f627e792 (diff) |
Provide builtin defauls for treeview icons
Diffstat (limited to 'src/common/xchat.h')
-rw-r--r-- | src/common/xchat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/xchat.h b/src/common/xchat.h index 6f82ed76..7767d709 100644 --- a/src/common/xchat.h +++ b/src/common/xchat.h @@ -205,6 +205,7 @@ struct xchatprefs char dcc_ip_str[DOMAINLEN + 1]; unsigned int tab_small; + unsigned int tab_icons; unsigned int tab_sort; unsigned int mainwindow_save; unsigned int perc_color; @@ -312,7 +313,6 @@ struct xchatprefs #ifdef WIN32 unsigned int identd; unsigned int emoticons; - unsigned int tab_icons; #endif unsigned int ctcp_number_limit; /*flood */ |