From 7ea99ae92f255ea2b9df5a3a4711264b967a55fb Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 2 Jul 2024 15:22:01 +0300 Subject: =?UTF-8?q?fixes=20#4507=20(UInfoEx:=20=D0=B8=D0=BC=D0=BF=D0=BE?= =?UTF-8?q?=D1=80=D1=82=20=D0=B3=D1=80=D1=83=D0=BF=D0=BF=D1=8B=20=D0=B2?= =?UTF-8?q?=D1=8B=D0=B7=D1=8B=D0=B2=D0=B0=D0=B5=D1=82=20=D1=8D=D0=BA=D1=81?= =?UTF-8?q?=D0=BF=D0=BE=D1=80=D1=82)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/UserInfoEx/src/dlg_propsheet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/UserInfoEx/src/dlg_propsheet.cpp') diff --git a/plugins/UserInfoEx/src/dlg_propsheet.cpp b/plugins/UserInfoEx/src/dlg_propsheet.cpp index 4d1805c6d8..344b401f34 100644 --- a/plugins/UserInfoEx/src/dlg_propsheet.cpp +++ b/plugins/UserInfoEx/src/dlg_propsheet.cpp @@ -1268,14 +1268,14 @@ static INT_PTR CALLBACK DlgProc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lPar break; case BTN_IMPORT: - svcExIm_ContactImport_Service((WPARAM)pPs->hContact, 0); + svcImportContact(pPs->hContact, 0); break; case BTN_EXPORT: // save changes before exporting data DlgProc(hDlg, WM_COMMAND, MAKEWPARAM(IDAPPLY, BN_CLICKED), (LPARAM)GetDlgItem(hDlg, IDAPPLY)); // do the exporting stuff - svcExIm_ContactExport_Service((WPARAM)pPs->hContact, 0); + svcExportContact(pPs->hContact, 0); break; } break; -- cgit v1.2.3