diff options
author | George Hazan <ghazan@miranda.im> | 2017-12-22 22:07:15 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-12-22 22:07:15 +0300 |
commit | 480f2c3624748ddbc551cb533c081786904712cb (patch) | |
tree | d431d2d49d98f56c3f1ee01a98cca0778a2feb8e /protocols/IRCG/src/irc_dlg.h | |
parent | 37996933cb4dd497c9a7cd7aa794eba62dee2142 (diff) |
quick-n-dirty fix for #1069
Diffstat (limited to 'protocols/IRCG/src/irc_dlg.h')
-rw-r--r-- | protocols/IRCG/src/irc_dlg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/IRCG/src/irc_dlg.h b/protocols/IRCG/src/irc_dlg.h index a9610a97f3..0a23223930 100644 --- a/protocols/IRCG/src/irc_dlg.h +++ b/protocols/IRCG/src/irc_dlg.h @@ -203,8 +203,9 @@ struct CConnectPrefsDlg : public CProtoDlgBase < CIrcProto > CCtrlCheck m_forceVisible, m_rejoinOnKick, m_rejoinChannels, m_disableError,
m_address, m_useServer, m_showServer, m_keepAlive, m_autoJoin,
- m_oldStyle, m_onlineNotif, m_channelAway, m_enableServer;
- CCtrlEdit m_onlineTimer, m_limit, m_spin1, m_spin2, m_ssl;
+ m_oldStyle, m_onlineNotif, m_channelAway, m_enableServer, m_useSasl;
+ CCtrlEdit m_onlineTimer, m_limit, m_ssl;
+ CCtrlSpin m_spin1, m_spin2;
CConnectPrefsDlg(CIrcProto* _pro);
|