diff options
author | TingPing <tngpng@gmail.com> | 2013-03-14 13:29:53 -0700 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-03-14 13:29:53 -0700 |
commit | 8cd2921387de2986c17d341e420c083bef4838f8 (patch) | |
tree | d83ecbd9514f9800e76c85ed6c6f7864acb46a49 /src/common/hexchat.h | |
parent | cd2f775fe47ee91262e17c7299e0e6b135caa86b (diff) | |
parent | 1d41eda1015301afd11483dd1271e5af71a37676 (diff) |
Merge pull request #444 from TingPing/noticepos2
Add irc_notice_pos setting
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index dfd2fd5a..fcc77251 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -146,7 +146,6 @@ struct hexchatprefs unsigned int hex_gui_tab_dialogs; unsigned int hex_gui_tab_dots; unsigned int hex_gui_tab_icons; - unsigned int hex_gui_tab_notices; unsigned int hex_gui_tab_server; unsigned int hex_gui_tab_sort; unsigned int hex_gui_tab_utils; @@ -276,6 +275,7 @@ struct hexchatprefs int hex_input_balloon_time; int hex_irc_ban_type; int hex_irc_join_delay; + int hex_irc_notice_pos; int hex_net_ping_timeout; int hex_net_proxy_port; int hex_net_proxy_type; /* 0=disabled, 1=wingate 2=socks4, 3=socks5, 4=http */ |