mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-17 00:07:54 +01:00
Third of a series of patches from Steve and Richard to fix delivering local and remote help pages. (Second one not committed as it was just a wording change)
This commit is contained in:
@@ -42,7 +42,12 @@ public:
|
||||
bool bIsFile, bool bModal);
|
||||
|
||||
/// Displays a file in your browser, if it's available locally,
|
||||
/// OR else links to the internet.
|
||||
/// OR else links to the internet. Generally using this outside this class
|
||||
/// is depreciated in favour of the "smarter" overload below, unless there
|
||||
/// is a good reason for using this form.
|
||||
/// @param localFileName Name and path of the file on the local machine
|
||||
/// file system to be opened. file.name#anchor syntax is allowed, and therefore
|
||||
/// file names containing a '#' are not (on any platform).
|
||||
static void ShowHelpDialog(wxWindow *parent,
|
||||
const wxString &localFileName,
|
||||
const wxString &remoteURL);
|
||||
|
||||
Reference in New Issue
Block a user