]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/ipc/server.cpp
technote about translations added
[wxWidgets.git] / samples / ipc / server.cpp
index 3ad14aac9a8cb071229f82f6af9b610fc0a3d0f0..820bdefc8a94fcafc90351c9b506c3353d47455b 100644 (file)
@@ -70,7 +70,7 @@ MyConnection *the_connection = NULL;
 bool MyApp::OnInit()
 {
     // Create the main frame window
-    (new MyFrame(NULL, "Server"))->Show();
+    (new MyFrame(NULL, "Server"))->Show(TRUE);
 
     // create the server object
     wxString server_name = "4242";