mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 01:11:03 +08:00
[SHELL32] Fix show properties with Alt+Enter
This commit is contained in:
committed by
Giannis Adamopoulos
parent
8393412c42
commit
c2bdad2981
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user