replace all instances of wxString with std::string in all cases not

directly involved in either the GUI or other wxWidget classes like wxFile
This commit is contained in:
Peter Tissen 2014-04-01 02:33:55 +02:00
parent b1894ac6cb
commit 8ac226ae69
124 changed files with 1716 additions and 1502 deletions

View file

@ -58,7 +58,7 @@ bool TRPLoader::LoadHeader(bool show)
return false;
if (show)
ConLog.Write("TRP entry #%d: %s", wxString(m_entries[i].name).wx_str());
ConLog.Write("TRP entry #%d: %s", m_entries[i].name);
}
return true;