]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialup/nettest.cpp
Removed all deprecated printing code.
[wxWidgets.git] / samples / dialup / nettest.cpp
index bcf1d57aa1ec0481c1414352c51913867a38abc6..2e7e3658049a01d2ebfb821dd8eed2b2bb77d764 100644 (file)
@@ -199,7 +199,7 @@ void MyApp::OnConnected(wxDialUpEvent& event)
         msg = event.IsConnectedEvent() ? wxT("Successfully connected")
                                        : wxT("Dialing failed");
 
-        wxLogStatus(wxT(""));
+        wxLogStatus(wxEmptyString);
     }
     else
     {