mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
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();
|
||||
}
|
||||
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…
x
Reference in New Issue
Block a user