diff options
-rw-r--r-- | chrome_frame/chrome_active_document.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_active_document.cc b/chrome_frame/chrome_active_document.cc index 1c62a7f..6000505 100644 --- a/chrome_frame/chrome_active_document.cc +++ b/chrome_frame/chrome_active_document.cc @@ -111,6 +111,7 @@ HRESULT ChromeActiveDocument::FinalConstruct() { mshtml_group_commands_map_[IDM_BASELINEFONT3] = flags; mshtml_group_commands_map_[IDM_BASELINEFONT4] = flags; mshtml_group_commands_map_[IDM_BASELINEFONT5] = flags; + mshtml_group_commands_map_[IDM_VIEWSOURCE] = flags; HMODULE this_module = reinterpret_cast<HMODULE>(&__ImageBase); accelerator_table_ = @@ -1348,4 +1349,3 @@ bool ChromeActiveDocument::IsNewNavigation( return false; } - |