winecfg: Fix issues with LVM_GETITEMW by removing superfluous flag.

This commit is contained in:
Frank Richter 2006-08-16 20:46:13 +02:00 committed by Alexandre Julliard
parent 6b3d624d4b
commit 58f488e5f5
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ static void on_remove_app_click(HWND dialog)
LVITEMW item;
item.iItem = selection;
item.mask = LVIF_PARAM | LVIF_TEXT;
item.mask = LVIF_PARAM;
WINE_TRACE("selection=%d, section=%s\n", selection, section);