]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/console/console.cpp
correct the FTP host name mungled by a too eager global search and replace in r57951
[wxWidgets.git] / samples / console / console.cpp
index 9fa43b6684fd1b91b4ca237e6c29d1c36f5cbc4c..0cf71b6110522cabb4775b77dfea6d674f29718f 100644 (file)
@@ -2426,7 +2426,7 @@ static bool TestFtpConnect()
     ftp = new wxFTP;
 
 #ifdef FTP_ANONYMOUS
-    static const wxChar *hostname = _T("ftp->wxwidgets.org");
+    static const wxChar *hostname = _T("ftp.wxwidgets.org");
 
     wxPrintf(_T("--- Attempting to connect to %s:21 anonymously...\n"), hostname);
 #else // !FTP_ANONYMOUS