X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/141f4958e0c016bcbc2993e173a8e0508848c882..858cab30bea10ff181fe358fe6b2b56961da5563:/src/msw/dialup.cpp?ds=sidebyside diff --git a/src/msw/dialup.cpp b/src/msw/dialup.cpp index 04ee582b81..67db38a398 100644 --- a/src/msw/dialup.cpp +++ b/src/msw/dialup.cpp @@ -505,7 +505,7 @@ HRASCONN wxDialUpManagerMSW::FindActiveConnection() } else { - // an error occured + // an error occurred wxLogError(_("Cannot find active dialup connection: %s"), GetErrorString(dwRet).c_str()); return 0; @@ -1285,7 +1285,7 @@ static void WINAPI wxRasDialFunc(UINT WXUNUSED(unMsg), wxCHECK_RET( dialUpManager, wxT("who started to dial then?") ); - SendMessage(dialUpManager->GetRasWindow(), wxWM_RAS_DIALING_PROGRESS, + SendMessage(wxDialUpManagerMSW::GetRasWindow(), wxWM_RAS_DIALING_PROGRESS, rasconnstate, dwError); }