Skip to content
Extraits de code Groupes Projets
Valider 1a35b778 rédigé par Niels Martin Hansen's avatar Niels Martin Hansen
Parcourir les fichiers

Update the URL to the online manual. Closes #1368.

Originally committed to SVN as r5995.
parent a4344ed8
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -89,7 +89,7 @@ void HelpButton::OpenPage(const wxString pageID) { ...@@ -89,7 +89,7 @@ void HelpButton::OpenPage(const wxString pageID) {
// is safe with everything everyone uses. Blame Microsoft. // is safe with everything everyone uses. Blame Microsoft.
url = wxString(_T("file://")) + docFile.GetFullPath(wxPATH_NATIVE); url = wxString(_T("file://")) + docFile.GetFullPath(wxPATH_NATIVE);
else else
url = wxString::Format(_T("http://docs.aegisub.net/%s"),page.c_str()); url = wxString::Format(_T("http://docs.aegisub.org/manual/%s"),page.c_str());
wxLaunchDefaultBrowser(url); wxLaunchDefaultBrowser(url);
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter