mirror of https://github.com/odrling/Aegisub
Update manual URL for 3.2
This commit is contained in:
parent
87f99876c6
commit
8e36b69ef1
|
@ -81,5 +81,5 @@ void HelpButton::OpenPage(wxString const& pageID) {
|
|||
wxString section;
|
||||
page = page.BeforeFirst('#', §ion);
|
||||
|
||||
wxLaunchDefaultBrowser(fmt_wx("http://docs.aegisub.org/3.1/%s/#%s", page, section));
|
||||
wxLaunchDefaultBrowser(fmt_wx("http://docs.aegisub.org/3.2/%s/#%s", page, section));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue