mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:42:59 +00:00
[SHELL32] Fix show properties with Alt+Enter
This commit is contained in:
parent
8393412c42
commit
c2bdad2981
2 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue