diff --git a/reactos/dll/win32/shell32/shv_item_cmenu.c b/reactos/dll/win32/shell32/shv_item_cmenu.c index 499c78a651d..257f89152db 100644 --- a/reactos/dll/win32/shell32/shv_item_cmenu.c +++ b/reactos/dll/win32/shell32/shv_item_cmenu.c @@ -554,6 +554,9 @@ SH_AddStaticEntryToMenu(HMENU hMenu, UINT indexMenu, ItemCmImpl * This) idResource = IDS_PLAY_VERB; else if (!wcsicmp(curEntry->szVerb, L"preview")) idResource = IDS_PREVIEW_VERB; + else if (!wcsicmp(curEntry->szVerb, L"cplopen")) + idResource = IDS_OPEN_VERB; + else idResource = 0;