diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-27 16:56:05 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-27 17:00:24 +0300 |
commit | 01b90e89e84ceea63fd9351c05972a797af698df (patch) | |
tree | e813547384973489994ff43e393c2b4d861fe3d9 /plugins/Scriver/src/utils.h | |
parent | 5acc73ee5648a0d8c7065611043fca5297ef0682 (diff) |
fix for IDC_ADD button
Diffstat (limited to 'plugins/Scriver/src/utils.h')
-rw-r--r-- | plugins/Scriver/src/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
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
|