Mike McCormack : winecfg: Fix a typo (LVM_ -> TVM_).
Module: wine Branch: refs/heads/master Commit: e06b046f59f4144319e5fa59fd5c7c1cfb41e184 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=e06b046f59f4144319e5fa59... Author: Mike McCormack <mike(a)codeweavers.com> Date: Sun Mar 5 00:58:44 2006 +0900 winecfg: Fix a typo (LVM_ -> TVM_). --- programs/winecfg/audio.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/programs/winecfg/audio.c b/programs/winecfg/audio.c index 490e05a..b677c2a 100644 --- a/programs/winecfg/audio.c +++ b/programs/winecfg/audio.c @@ -205,7 +205,7 @@ static void initAudioDeviceTree(HWND hDl hBitMap = LoadBitmap(GetModuleHandle(NULL), MAKEINTRESOURCE(IDB_CHECKBOX)); ImageList_Add(hImageList, hBitMap, NULL); DeleteObject(hBitMap); - SendMessageW( tree, LVM_SETIMAGELIST, TVSIL_STATE, (LPARAM)hImageList ); + SendMessageW( tree, TVM_SETIMAGELIST, TVSIL_STATE, (LPARAM)hImageList ); /* root item */ insert.hParent = TVI_ROOT;
participants (1)
-
Alexandre Julliard