[SHELL32] Fix show properties with Alt+Enter

This commit is contained in:
Stanislav Motylkov 2017-12-02 17:54:17 +03:00 committed by Giannis Adamopoulos
parent 8393412c42
commit c2bdad2981
2 changed files with 2 additions and 1 deletions

View file

@ -1596,6 +1596,7 @@ LRESULT CDefView::OnCommand(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHand
case FCIDM_SHVIEW_CUT:
case FCIDM_SHVIEW_COPY:
case FCIDM_SHVIEW_RENAME:
case FCIDM_SHVIEW_PROPERTIES:
return OnExplorerCommand(dwCmdID, TRUE);
case FCIDM_SHVIEW_INSERT: