Skip to content

Commit

Permalink
Merge branch 'bugfixes' into feature
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Jan 19, 2024
2 parents 6af7c6b + 7e24a5f commit 069cd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/tool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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() + "\"");
}
};

Expand Down

0 comments on commit 069cd48

Please sign in to comment.