mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Some briefer type aliases for wave track display type
This commit is contained in:
@@ -150,7 +150,7 @@ void WaveformSettings::NextHigherDBRange()
|
||||
const TranslatableStrings &WaveformSettings::GetScaleNames()
|
||||
{
|
||||
static const TranslatableStrings result{
|
||||
// Keep in correspondence with enum WaveTrack::WaveTrackDisplay:
|
||||
// Keep in correspondence with ScaleTypeValues:
|
||||
XO("Linear"),
|
||||
XO("dB"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user