mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-11 08:56:03 +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:
@@ -88,7 +88,7 @@ public:
|
||||
/// @param bModal Whether the resulting dialogue should be modal or not.
|
||||
/// Default is modeless dialogue
|
||||
static void ShowHelp(wxWindow *parent,
|
||||
const wxString &PageName,
|
||||
const ManualPageID &PageName,
|
||||
bool bModal = false);
|
||||
|
||||
/// Hostname (domain name including subdomain) of the server on which the
|
||||
|
||||
Reference in New Issue
Block a user