I broke the build. Now it's no longer broken.
Originally committed to SVN as r1434.
This commit is contained in:
parent
a0beaef640
commit
a078676cf7
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue