mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Update hostname and directories - fixes Bug 1394
So this fixes the Help button in Contrast also. It does not fix hardcoded links which will still go to the "wrong" (released) Manual in alpha builds.
This commit is contained in:
@@ -36,13 +36,14 @@
|
||||
#include "ErrorDialog.h"
|
||||
#include "HelpSystem.h"
|
||||
|
||||
const wxString HelpSystem::HelpHostname = wxT("manual.audacityteam.org");
|
||||
#if IS_ALPHA
|
||||
const wxString HelpSystem::HelpHostname = wxT("alphamanual.audacityteam.org");
|
||||
const wxString HelpSystem::HelpServerHomeDir = wxT("/man/");
|
||||
const wxString HelpSystem::HelpServerManDir = wxT("/man/");
|
||||
#else
|
||||
const wxString HelpSystem::HelpServerHomeDir = wxT("/o/");
|
||||
const wxString HelpSystem::HelpServerManDir = wxT("/o/man/");
|
||||
const wxString HelpSystem::HelpHostname = wxT("manual.audacityteam.org");
|
||||
const wxString HelpSystem::HelpServerHomeDir = wxT("/");
|
||||
const wxString HelpSystem::HelpServerManDir = wxT("/man/");
|
||||
#endif
|
||||
const wxString HelpSystem::LocalHelpManDir = wxT("/man/");
|
||||
const wxString HelpSystem::ReleaseSuffix = wxT(".html");
|
||||
|
||||
Reference in New Issue
Block a user