mirror of https://github.com/odrling/Aegisub
Point users at a functional bug tracker
This commit is contained in:
parent
e516ab6e32
commit
3eaa56fc18
|
@ -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 New Issue