]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialup/nettest.cpp
added tracing code to wide char codeset detection
[wxWidgets.git] / samples / dialup / nettest.cpp
index 4b15fea0afcc2749310ec604d41782db686b241b..f69bcabd277610909c841523086d284c5c4e0b8f 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation
-    #pragma interface
-#endif
-
 // For compilers that support precompilation, includes "wx/wx.h".
 #include "wx/wxprec.h"
 
@@ -272,7 +267,7 @@ void MyFrame::OnHangUp(wxCommandEvent& WXUNUSED(event))
 {
     if ( wxGetApp().GetDialer()->HangUp() )
     {
-        wxLogStatus(this, wxT("Connection was succesfully terminated."));
+        wxLogStatus(this, wxT("Connection was successfully terminated."));
     }
     else
     {