Update the manual URL now that the 3.1 manual partially exists
This commit is contained in:
parent
5f63a3fcce
commit
f275ed5628
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ void HelpButton::OpenPage(wxString const& pageID) {
|
||||||
// is safe with everything everyone uses. Blame Microsoft.
|
// is safe with everything everyone uses. Blame Microsoft.
|
||||||
url = wxString("file://") + docFile.GetFullPath(wxPATH_NATIVE);
|
url = wxString("file://") + docFile.GetFullPath(wxPATH_NATIVE);
|
||||||
else
|
else
|
||||||
url = wxString::Format("http://docs.aegisub.org/3.0/%s/#%s", page, section);
|
url = wxString::Format("http://docs.aegisub.org/3.1/%s/#%s", page, section);
|
||||||
|
|
||||||
wxLaunchDefaultBrowser(url);
|
wxLaunchDefaultBrowser(url);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue