diff --git a/samples/nettest/nettest.cpp b/samples/nettest/nettest.cpp index b8f8335191..dfba604328 100644 --- a/samples/nettest/nettest.cpp +++ b/samples/nettest/nettest.cpp @@ -224,7 +224,7 @@ void MyFrame::OnDial(wxCommandEvent& WXUNUSED(event)) wxBeginBusyCursor(); if ( wxDialUpManager::Get()->Dial("Free", - "zeitlin", "2ecj86ij") ) + "zeitlin", "") ) { wxLogStatus(this, "Connection was succesfully established."); }