]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dialup.cpp
applied patch 439186 (mingw and VC5 fixes)
[wxWidgets.git] / src / msw / dialup.cpp
index 8e01b68a87cd127099c9727dc4c4fcf411cbb9a8..5d94d8d8dfa9ca6bfa8885a5b1b69765f82804ed 100644 (file)
@@ -865,7 +865,7 @@ bool wxDialUpManagerMSW::Dial(const wxString& nameOfISP,
     if ( dwRet != 0 )
     {
         wxLogError(_("Failed to %s dialup connection: %s"),
-                   async ? _("initiate") : _("establish"),
+                   wxString(async ? _("initiate") : _("establish")).c_str(),
                    GetErrorString(dwRet).c_str());
 
         // we should still call RasHangUp() if we got a non 0 connection