]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/ftp.cpp
implemented menu drawing in the GTK theme
[wxWidgets.git] / src / common / ftp.cpp
index 5a815e21c895b312d55e5ec63dfef2f611c0409d..5b11e509a0ad045ae31c711e1125b06f26cfedd7 100644 (file)
@@ -32,7 +32,7 @@
   #pragma hdrstop
 #endif
 
-#if wxUSE_SOCKETS && wxUSE_STREAMS
+#if wxUSE_PROTOCOL_FTP
 
 #ifndef WX_PRECOMP
     #include <stdlib.h>
@@ -844,7 +844,7 @@ int wxFTP::GetFileSize(const wxString& fileName)
                         {
 
                             if ( wxSscanf(fileList[i].c_str(),
-                                          _("%*s %*s %*s %*s %i %*s %*s %*s %*s"),
+                                          _T("%*s %*s %*s %*s %i %*s %*s %*s %*s"),
                                           &filesize) == 9 )
                             {
                                 // We've gotten a good response
@@ -925,5 +925,5 @@ wxList *wxFTP::GetList(const wxString& wildcard, bool details)
 }
 #endif // WXWIN_COMPATIBILITY_2
 
-#endif
-  // wxUSE_SOCKETS
+#endif // wxUSE_PROTOCOL_FTP
+