diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-26 15:06:23 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-26 15:06:23 +0300 |
commit | 76350d50ef7043a171292d6ec7574ed863af4067 (patch) | |
tree | 97d563f4f0ec945e068eef1183c2c7c83aafdf39 /plugins/AVS/src/options.cpp | |
parent | 2e2483f97aac9b7b3d6819f434377c093d96e764 (diff) |
code cleaning
Diffstat (limited to 'plugins/AVS/src/options.cpp')
-rw-r--r-- | plugins/AVS/src/options.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/AVS/src/options.cpp b/plugins/AVS/src/options.cpp index ca5243209a..93383b7773 100644 --- a/plugins/AVS/src/options.cpp +++ b/plugins/AVS/src/options.cpp @@ -1094,12 +1094,11 @@ static INT_PTR CALLBACK DlgProcAvatarProtoInfo(HWND hwndDlg, UINT msg, WPARAM wP return FALSE; } -int OnDetailsInit(WPARAM wParam, LPARAM lParam) +int OnDetailsInit(WPARAM wParam, LPARAM hContact) { OPTIONSDIALOGPAGE odp = {}; odp.szTitle.a = LPGEN("Avatar"); - MCONTACT hContact = lParam; if (hContact == NULL) { // User dialog odp.pfnDlgProc = DlgProcAvatarProtoInfo; |