]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/ftp.cpp
added #if wxUSE_CLIPBOARD
[wxWidgets.git] / src / common / ftp.cpp
index a47d3a7b27c615561bf2c73dca7b890145dbaa06..0ff2dfda365c6dbfbba6c0228912bd9ef37f7e43 100644 (file)
@@ -65,7 +65,7 @@ wxFTP::wxFTP()
 
   m_user = wxT("anonymous");
   m_passwd = wxGetUserId();
-  m_passwd += '@';
+  m_passwd += wxT('@');
   m_passwd += wxGetHostName();
 
   SetNotify(0);