mirror of https://github.com/odrling/Aegisub
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
|
@ -689,7 +689,7 @@ void FrameMain::OnExportSubtitles(wxCommandEvent & WXUNUSED(event)) {
|
||||||
scripts[i]->Reload();
|
scripts[i]->Reload();
|
||||||
}
|
}
|
||||||
catch (const wchar_t *e) {
|
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 (...) {
|
catch (...) {
|
||||||
wxLogError(_T("An unknown error occurred reloading Automation script '%s'."), scripts[i]->GetName().c_str());
|
wxLogError(_T("An unknown error occurred reloading Automation script '%s'."), scripts[i]->GetName().c_str());
|
||||||
|
|
Loading…
Reference in New Issue