Fix slashes for Windows :p

This commit is contained in:
Nekotekina 2014-03-21 13:45:26 +04:00
parent cad7a05848
commit 39d1e21802
7 changed files with 34 additions and 17 deletions

View file

@ -202,7 +202,7 @@ void MainFrame::BootGame(wxCommandEvent& WXUNUSED(event))
}
else
{
ConLog.Error("Ps3 executable not found in selected folder (%s)", ctrl.GetPath().ToStdString().c_str());
ConLog.Error("Ps3 executable not found in selected folder (%s)", ctrl.GetPath().wx_str());
}
}