mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Fix compilation error for assdraw command
This broke on wxWidgets master. Really this command could just be removed entirely but I'll keep it around for now.
This commit is contained in:
parent
8650e12364
commit
7e24a5f3a5
@ -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…
x
Reference in New Issue
Block a user