forked from mia/Aegisub
Update manual URL
This commit is contained in:
parent
598d3d77e6
commit
0d1ffbbdf7
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,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/manual/%s/#%s", page, section);
|
url = wxString::Format("http://docs.aegisub.org/3.0/%s/#%s", page, section);
|
||||||
|
|
||||||
wxLaunchDefaultBrowser(url);
|
wxLaunchDefaultBrowser(url);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue