mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-28 09:05: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:
@@ -75,9 +75,9 @@ TranslatableString EffectRepeat::GetDescription()
|
||||
return XO("Repeats the selection the specified number of times");
|
||||
}
|
||||
|
||||
wxString EffectRepeat::ManualPage()
|
||||
ManualPageID EffectRepeat::ManualPage()
|
||||
{
|
||||
return wxT("Repeat");
|
||||
return L"Repeat";
|
||||
}
|
||||
|
||||
// EffectDefinitionInterface implementation
|
||||
|
||||
Reference in New Issue
Block a user