mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
winecfg: Fix issues with LVM_GETITEMW by removing superfluous flag.
This commit is contained in:
parent
6b3d624d4b
commit
58f488e5f5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue