mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-10 08:25:52 +01:00
Type alias ManualPageID for wxString used in many places...
... eliminating many direct mentions of wxString. A real type distinction will be made next.
This commit is contained in:
@@ -42,7 +42,7 @@ class MacroCommandDialog final : public wxDialogWrapper {
|
||||
void OnCancel(wxCommandEvent &event);
|
||||
void OnHelp(wxCommandEvent &event);
|
||||
void OnItemSelected(wxListEvent &event);
|
||||
wxString GetHelpPageName() { return wxT("Scripting Reference") ; }
|
||||
ManualPageID GetHelpPageName() { return L"Scripting Reference" ; }
|
||||
|
||||
void ValidateChoices();
|
||||
void PopulateCommandList();
|
||||
|
||||
Reference in New Issue
Block a user