diff options
Diffstat (limited to 'WebKit/wx/WebBrowserShell.h')
| -rw-r--r-- | WebKit/wx/WebBrowserShell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/wx/WebBrowserShell.h b/WebKit/wx/WebBrowserShell.h index 2f43ffb..4fe9c03 100644 --- a/WebKit/wx/WebBrowserShell.h +++ b/WebKit/wx/WebBrowserShell.h @@ -80,6 +80,8 @@ protected: // debug menu items void OnSetSource(wxCommandEvent& event); void OnRunScript(wxCommandEvent& myEvent); + void OnEditCommand(wxCommandEvent& myEvent); + void OnGetEditCommandState(wxCommandEvent& myEvent); private: wxTextCtrl* addressBar; |
