Actually open a new window in the New Window command

This commit is contained in:
Thomas Goyne 2015-08-23 18:17:54 -07:00
parent 8de8724660
commit 0f17784548
1 changed files with 2 additions and 2 deletions

View File

@ -194,8 +194,8 @@ struct app_new_window final : public Command {
STR_DISP("New Window")
STR_HELP("Open a new application window")
void operator()(agi::Context *c) override {
RestartAegisub();
void operator()(agi::Context *) override {
wxGetApp().NewProjectContext();
}
};