Lots of menus added

This commit is contained in:
andreja6
2020-03-10 11:04:09 -07:00
parent 8003bee5f6
commit 0e7e820481
20 changed files with 38 additions and 11 deletions

View File

@@ -26,7 +26,7 @@ HRESULT IEBrowser::doExternal(std::wstring funcName,
MessageBoxW(NULL, pDispParams->rgvarg->bstrVal,L"Add insert here...",MB_OK);
return S_OK;
}
else if (funcName==L"Boop")
else if (funcName==L"ToggleHopperBin")
{
MessageBox(NULL, "BOOP", "Boopity boop",MB_OK);
}