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

Alexandre Julliard julliard at wine.codeweavers.com
Sat Mar 4 11:10:10 CST 2006


Module: wine
Branch: refs/heads/master
Commit: e06b046f59f4144319e5fa59fd5c7c1cfb41e184
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=e06b046f59f4144319e5fa59fd5c7c1cfb41e184

Author: Mike McCormack <mike at 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;




More information about the wine-cvs mailing list