1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

Fixed button to open assdraw... again

Originally committed to SVN as r1852.
This commit is contained in:
Rodrigo Braz Monteiro 2008-01-27 16:58:15 +00:00
parent 52753169b0
commit c583f15082

View File

@ -1037,7 +1037,7 @@ void FrameMain::OnOpenLog (wxCommandEvent &event) {
//////////////////
// Launch ASSDraw
void FrameMain::OnOpenASSDraw (wxCommandEvent &event) {
wxExecute(StandardPaths::DecodePath(_T("?data/ASSDraw3.exe")));
wxExecute(_T("\"") + StandardPaths::DecodePath(_T("?data/ASSDraw3.exe")) + _T("\""));
}