Fixed button to open assdraw... again
Originally committed to SVN as r1852.
This commit is contained in:
parent
52753169b0
commit
c583f15082
1 changed files with 1 additions and 1 deletions
|
@ -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("\""));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue