correct the FTP host name mungled by a too eager global search and replace in r57951

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2009-01-11 00:25:04 +00:00
parent 4354554b9c
commit 349c045ab3

View 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