]> git.saurik.com Git - wxWidgets.git/commitdiff
minor correction
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Oct 1999 22:50:26 +0000 (22:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Oct 1999 22:50:26 +0000 (22:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/nettest/nettest.cpp

index b8f8335191ac024ba5521bbf36369b6665470628..dfba604328380f25a80487a04997a0ee93759ffe 100644 (file)
@@ -224,7 +224,7 @@ void MyFrame::OnDial(wxCommandEvent& WXUNUSED(event))
     wxBeginBusyCursor();
 
     if ( wxDialUpManager::Get()->Dial("Free",
     wxBeginBusyCursor();
 
     if ( wxDialUpManager::Get()->Dial("Free",
-                                      "zeitlin", "2ecj86ij") )
+                                      "zeitlin", "") )
     {
         wxLogStatus(this, "Connection was succesfully established.");
     }
     {
         wxLogStatus(this, "Connection was succesfully established.");
     }