Commit e06b046f authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

winecfg: Fix a typo (LVM_ -> TVM_).

parent e5bad779
......@@ -205,7 +205,7 @@ static void initAudioDeviceTree(HWND hDlg)
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment