mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 06:45:24 +00:00
- Fix executing item which was broken in last revision
svn path=/trunk/; revision=35676
This commit is contained in:
parent
33a2cd56f6
commit
e42ce04145
1 changed files with 1 additions and 1 deletions
|
@ -692,7 +692,7 @@ static BOOL CALLBACK OpenWithProgrammDlg(HWND hwndDlg, UINT uMsg, WPARAM wParam,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (poainfo->oaifInFlags & OAIF_EXEC)
|
if (poainfo->oaifInFlags & OAIF_EXEC)
|
||||||
ExecuteOpenItem(pItemContext, szBuffer);
|
ExecuteOpenItem(pItemContext, poainfo->pcszFile);
|
||||||
}
|
}
|
||||||
FreeListItems(hwndDlg);
|
FreeListItems(hwndDlg);
|
||||||
EndDialog(hwndDlg, 1);
|
EndDialog(hwndDlg, 1);
|
||||||
|
|
Loading…
Reference in a new issue