From 01b90e89e84ceea63fd9351c05972a797af698df Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 27 Feb 2017 16:56:05 +0300 Subject: fix for IDC_ADD button --- plugins/Scriver/src/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Scriver/src/utils.h') diff --git a/plugins/Scriver/src/utils.h b/plugins/Scriver/src/utils.h index 12f668969a..051de4800d 100644 --- a/plugins/Scriver/src/utils.h +++ b/plugins/Scriver/src/utils.h @@ -52,5 +52,5 @@ void GetContactUniqueId(class CSrmmWindow *dat, char *buf, int maxlen); HWND CreateToolTip(HWND hwndParent, LPTSTR ptszText, LPTSTR ptszTitle, RECT *rect); void SetToolTipText(HWND hwndParent, HWND hwndTT, LPTSTR ptszText, LPTSTR ptszTitle); void SetToolTipRect(HWND hwndParent, HWND hwndTT, RECT* rect); -void SetButtonsPos(HWND hwndDlg, bool bShow); +void SetButtonsPos(HWND hwndDlg, MCONTACT hContact, bool bShow); #endif -- cgit v1.2.3