diff options
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 */ |