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

This commit is contained in:
Mike McCormack 2006-03-05 00:58:44 +09:00 committed by Alexandre Julliard
parent e5bad779d6
commit e06b046f59
1 changed files with 1 additions and 1 deletions

View File

@ -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;