]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sockets/client.cpp
added test for bug #38
[wxWidgets.git] / samples / sockets / client.cpp
index c404cb8032b74b003f9c73ec14d521da926535fa..2bbe2a99492cb9f4c43e7ff9e316daee1b219713 100644 (file)
@@ -543,7 +543,7 @@ void MyFrame::OnTestURL(wxCommandEvent& WXUNUSED(event))
   m_text->AppendText(_("\n=== URL test begins ===\n"));
   wxString urlname = wxGetTextFromUser(_("Enter an URL to get"),
                                        _("URL:"),
-                                       _("http://localhost"));
+                                       _T("http://localhost"));
 
   // Parse the URL
   wxURL url(urlname);