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