* fixed a wrong line.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
856d2e527d
commit
9da0d96f87
@ -116,7 +116,7 @@ bool MyApp::OnInit(void)
|
||||
frame->SetMenuBar(menu_bar);
|
||||
|
||||
// Make a panel with a message
|
||||
txtctrl = new wxTextCtrl(this);
|
||||
(void)new wxPanel(frame, 0, 0, 300, 100);
|
||||
|
||||
// Show the frame
|
||||
frame->Show(TRUE);
|
||||
|
Loading…
Reference in New Issue
Block a user