diff options
author | George Hazan <george.hazan@gmail.com> | 2015-03-29 13:25:48 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-03-29 13:25:48 +0000 |
commit | bde17379eeb7957f4dbbcb5c21ebdd8d14902b99 (patch) | |
tree | d34b16318edd37f1688970bf3cccf7c411e555dc /protocols/IRCG/src/irc_dlg.h | |
parent | ebd906de0e8aef7d33ccb2b4f81ad53dfb796fcf (diff) |
- adaptation of IRC dialogs to the kernel UI Utils;
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@12539 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IRCG/src/irc_dlg.h')
-rw-r--r-- | protocols/IRCG/src/irc_dlg.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/protocols/IRCG/src/irc_dlg.h b/protocols/IRCG/src/irc_dlg.h index 9f18a90862..9414365e3b 100644 --- a/protocols/IRCG/src/irc_dlg.h +++ b/protocols/IRCG/src/irc_dlg.h @@ -24,14 +24,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. struct CMessageBoxDlg : public CProtoDlgBase < CIrcProto >
{
- DCCINFO* pdci;
+ DCCINFO *pdci;
CMessageBoxDlg(CIrcProto* _pro, DCCINFO* _dci);
- CCtrlButton m_Ok;
+ CCtrlButton m_Ok;
void OnOk(CCtrlButton*);
-
- virtual void OnInitDialog();
};
struct CCoolIrcDlg : public CProtoDlgBase < CIrcProto >
|