forked from mia/Aegisub
Point users at a functional bug tracker
This commit is contained in:
parent
48869ae0ad
commit
8d2ef3fca7
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ struct help_bugs final : public Command {
|
||||||
throw c->parent;
|
throw c->parent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
wxLaunchDefaultBrowser("http://devel.aegisub.org/", wxBROWSER_NEW_WINDOW);
|
wxLaunchDefaultBrowser("https://github.com/Aegisub/Aegisub/issues", wxBROWSER_NEW_WINDOW);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue