From 68d3fd47bb9b75e65859d14199ffee01f16ac9a7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 10 Feb 2014 20:47:51 +0000 Subject: HCONTACT is not needed anymore git-svn-id: http://svn.miranda-ng.org/main/trunk@8086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/DbEditorPP/src/settinglist.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins/DbEditorPP/src/settinglist.cpp') diff --git a/plugins/DbEditorPP/src/settinglist.cpp b/plugins/DbEditorPP/src/settinglist.cpp index d98f8a0144..84b9e8a0a3 100644 --- a/plugins/DbEditorPP/src/settinglist.cpp +++ b/plugins/DbEditorPP/src/settinglist.cpp @@ -53,7 +53,7 @@ void ClearListview(HWND hwnd2Settings) ListView_DeleteAllItems(hwnd2Settings); } -void DeleteSettingsFromList(HWND hSettings, HCONTACT hContact, char *module, char *setting) +void DeleteSettingsFromList(HWND hSettings, MCONTACT hContact, char *module, char *setting) { int count = ListView_GetSelectedCount(hSettings); @@ -93,7 +93,7 @@ void DeleteSettingsFromList(HWND hSettings, HCONTACT hContact, char *module, cha } } -void additem(HWND hwnd2Settings,HCONTACT hContact, char* module, char* setting, int index) +void additem(HWND hwnd2Settings,MCONTACT hContact, char* module, char* setting, int index) { char *data = NULL; LVITEM lvi; @@ -213,7 +213,7 @@ void additem(HWND hwnd2Settings,HCONTACT hContact, char* module, char* setting, mir_free(data); } -void PopulateSettings(HWND hwnd2Settings, HCONTACT hContact, char* module) +void PopulateSettings(HWND hwnd2Settings, MCONTACT hContact, char* module) { SettingListInfo* info = (SettingListInfo*)mir_calloc(sizeof(SettingListInfo)); LVITEM lvItem; @@ -270,7 +270,7 @@ void SelectSetting(char *setting) } } -void settingChanged(HWND hwnd2Settings, HCONTACT hContact, char* module, char* setting) +void settingChanged(HWND hwnd2Settings, MCONTACT hContact, char* module, char* setting) { LVITEM lvItem; LVFINDINFO lvfi; @@ -296,7 +296,7 @@ static WNDPROC SettingLabelEditSubClass; struct EditLabelInfoStruct { - HCONTACT hContact; + MCONTACT hContact; char module[256]; char setting[256]; int item; @@ -762,7 +762,7 @@ void SettingsListRightClick(HWND hwnd, WPARAM wParam, LPARAM lParam) // hwnd her return; char setting[256], *module; - HCONTACT hContact; + MCONTACT hContact; LVHITTESTINFO hti; POINT pt; HMENU hMenu, hSubMenu; -- cgit v1.2.3