removed tab character; replaced -1 with wxID_ANY
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -188,7 +188,7 @@ MyFrame::MyFrame(const wxString& title)
|
||||
|
||||
// Testing wxWebKitCtrl inside a panel
|
||||
#if 1
|
||||
wxPanel* panel = new wxPanel(this, -1);
|
||||
wxPanel* panel = new wxPanel(this, wxID_ANY);
|
||||
|
||||
wxBoxSizer* boxSizer = new wxBoxSizer(wxVERTICAL);
|
||||
panel->SetSizer(boxSizer);
|
||||
@@ -224,7 +224,7 @@ void MyFrame::OnStopButton(wxCommandEvent& myEvent){
|
||||
}
|
||||
|
||||
void MyFrame::OnReloadButton(wxCommandEvent& myEvent){
|
||||
mySafari->Reload();
|
||||
mySafari->Reload();
|
||||
}
|
||||
|
||||
void MyFrame::OnURLEnter(wxCommandEvent& myEvent){
|
||||
|
Reference in New Issue
Block a user