mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-07 15:05:38 +01:00
ManualPageID is a new type; rewrite HelpSystem::ShowHelp and its uses
This commit is contained in:
@@ -538,7 +538,7 @@ public:
|
||||
|
||||
void OnDownload(wxCommandEvent & WXUNUSED(event))
|
||||
{
|
||||
HelpSystem::ShowHelp(this, wxT("FAQ:Installing_the_FFmpeg_Import_Export_Library"));
|
||||
HelpSystem::ShowHelp(this, L"FAQ:Installing_the_FFmpeg_Import_Export_Library");
|
||||
}
|
||||
|
||||
wxString GetLibPath()
|
||||
|
||||
Reference in New Issue
Block a user