]> git.saurik.com Git - wxWidgets.git/commitdiff
* fixed a wrong line.
authorGuilhem Lavaux <lavaux@easynet.fr>
Thu, 17 Sep 1998 17:32:38 +0000 (17:32 +0000)
committerGuilhem Lavaux <lavaux@easynet.fr>
Thu, 17 Sep 1998 17:32:38 +0000 (17:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/wxsocket/client.cpp

index 9eec661f2f69c72c0fdb072e3a7a29be0abc72c3..c2daca304ea136116c90659deb14ea79dfd0cac4 100644 (file)
@@ -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);