From 8f6650583ad1d12a081a1676275d8f527af33351 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 18 Apr 2018 12:59:15 +0300 Subject: this feature was never used and only causes problems --- protocols/IcqOscarJ/src/askauthentication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/IcqOscarJ/src/askauthentication.cpp') 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 public: AskAuthProcDlg(CIcqProto *_ppro, MCONTACT _hContact) : - CProtoDlgBase(_ppro, IDD_ASKAUTH, false), + CProtoDlgBase(_ppro, IDD_ASKAUTH), m_hContact(_hContact), m_auth(this, IDC_EDITAUTH), m_btnOk(this, IDOK) -- cgit v1.2.3