]> git.saurik.com Git - wxWidgets.git/commitdiff
correct the FTP host name mungled by a too eager global search and replace in r57951
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 Jan 2009 00:25:04 +0000 (00:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 Jan 2009 00:25:04 +0000 (00:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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