I broke the build. Now it's no longer broken.

Originally committed to SVN as r1434.
This commit is contained in:
Niels Martin Hansen 2007-07-18 13:49:44 +00:00
parent a0beaef640
commit a078676cf7

View file

@ -689,7 +689,7 @@ void FrameMain::OnExportSubtitles(wxCommandEvent & WXUNUSED(event)) {
scripts[i]->Reload();
}
catch (const wchar_t *e) {
wxLogError(_T("Error while reloading Automation scripts before export: %s", e.c_str());
wxLogError(_T("Error while reloading Automation scripts before export: %s"), e);
}
catch (...) {
wxLogError(_T("An unknown error occurred reloading Automation script '%s'."), scripts[i]->GetName().c_str());