winecfg: Fix issues with LVM_GETITEMW by removing superfluous flag.
This commit is contained in:
parent
6b3d624d4b
commit
58f488e5f5
|
@ -314,7 +314,7 @@ static void on_remove_app_click(HWND dialog)
|
||||||
LVITEMW item;
|
LVITEMW item;
|
||||||
|
|
||||||
item.iItem = selection;
|
item.iItem = selection;
|
||||||
item.mask = LVIF_PARAM | LVIF_TEXT;
|
item.mask = LVIF_PARAM;
|
||||||
|
|
||||||
WINE_TRACE("selection=%d, section=%s\n", selection, section);
|
WINE_TRACE("selection=%d, section=%s\n", selection, section);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue