ModernSettings: Fix crash when invoking with unknown verb

This commit is contained in:
ge0rdi
2020-09-26 09:10:44 +02:00
parent 0b535d1dd8
commit 80c38d95e9

View File

@@ -19,7 +19,6 @@ struct ICIVERBTOIDMAP
static const ICIVERBTOIDMAP g_ContextMenuIDMap[] =
{
{ L"open", "open", MENUVERB_OPEN },
{ NULL, NULL, (UINT)-1 }
};
HRESULT _MapICIVerbToCmdID(LPCMINVOKECOMMANDINFO pici, UINT* pid)