mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-04 05:17:47 +02: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:
@@ -101,9 +101,9 @@ TranslatableString EffectTimeScale::GetDescription()
|
||||
return XO("Allows continuous changes to the tempo and/or pitch");
|
||||
}
|
||||
|
||||
wxString EffectTimeScale::ManualPage()
|
||||
ManualPageID EffectTimeScale::ManualPage()
|
||||
{
|
||||
return wxT("Sliding_Stretch");
|
||||
return L"Sliding_Stretch";
|
||||
}
|
||||
|
||||
// EffectDefinitionInterface implementation
|
||||
|
||||
Reference in New Issue
Block a user