mirror of https://github.com/odrling/Aegisub
Merge branch 'bugfixes' into feature
This commit is contained in:
commit
069cd48cac
|
@ -60,7 +60,7 @@ struct tool_assdraw final : public Command {
|
|||
STR_HELP("Launch the ASSDraw3 tool for vector drawing")
|
||||
|
||||
void operator()(agi::Context *) override {
|
||||
wxExecute("\"" + config::path->Decode("?data/ASSDraw3.exe").wstring() + "\"");
|
||||
wxExecute("\"" + config::path->Decode("?data/ASSDraw3.exe").string() + "\"");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue