- Fix executing item which was broken in last revision

svn path=/trunk/; revision=35676
This commit is contained in:
Johannes Anderwald 2008-08-26 16:27:40 +00:00
parent 33a2cd56f6
commit e42ce04145

View file

@ -692,7 +692,7 @@ static BOOL CALLBACK OpenWithProgrammDlg(HWND hwndDlg, UINT uMsg, WPARAM wParam,
}
if (poainfo->oaifInFlags & OAIF_EXEC)
ExecuteOpenItem(pItemContext, szBuffer);
ExecuteOpenItem(pItemContext, poainfo->pcszFile);
}
FreeListItems(hwndDlg);
EndDialog(hwndDlg, 1);