summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/src
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/IcqOscarJ/src')
-rw-r--r--protocols/IcqOscarJ/src/askauthentication.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/askauthentication.cpp b/protocols/IcqOscarJ/src/askauthentication.cpp
index 5634771572..998390767e 100644
--- a/protocols/IcqOscarJ/src/askauthentication.cpp
+++ b/protocols/IcqOscarJ/src/askauthentication.cpp
@@ -34,7 +34,7 @@ class AskAuthProcDlg : public CProtoDlgBase<CIcqProto>
public:
AskAuthProcDlg(CIcqProto *_ppro, MCONTACT _hContact) :
- CProtoDlgBase<CIcqProto>(_ppro, IDD_ASKAUTH, false),
+ CProtoDlgBase<CIcqProto>(_ppro, IDD_ASKAUTH),
m_hContact(_hContact),
m_auth(this, IDC_EDITAUTH),
m_btnOk(this, IDOK)