Merge branch 'bugfixes' into feature

This commit is contained in:
arch1t3cht 2024-01-20 00:13:37 +01:00
commit 069cd48cac
1 changed files with 1 additions and 1 deletions

View File

@ -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() + "\"");
}
};