diff --git a/samples/ipc/server.cpp b/samples/ipc/server.cpp index 3ad14aac9a..820bdefc8a 100644 --- a/samples/ipc/server.cpp +++ b/samples/ipc/server.cpp @@ -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";