1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-24 23:33:50 +02:00

Consolidate multiple names for the same feature: sticky/linked/sync/synchro/grouped -> sync-lock.

This commit is contained in:
v.audacity
2010-08-11 23:15:00 +00:00
parent 209a2b193d
commit f28d91a599
10 changed files with 36 additions and 48 deletions

View File

@@ -395,14 +395,14 @@ void AColor::Init()
WideEnvelopePen.SetWidth( 3 );
theTheme.SetBrushColour( labelTextNormalBrush, clrLabelTextNormalBrush );
theTheme.SetBrushColour( labelTextEditBrush, clrLabelTextEditBrush );
theTheme.SetBrushColour( labelUnselectedBrush, clrLabelUnselectedBrush );
theTheme.SetBrushColour( labelSelectedBrush, clrLabelSelectedBrush );
theTheme.SetBrushColour( labelSyncLockSelBrush, clrSyncLockSel );
theTheme.SetBrushColour( labelTextNormalBrush, clrLabelTextNormalBrush );
theTheme.SetBrushColour( labelTextEditBrush, clrLabelTextEditBrush );
theTheme.SetBrushColour( labelUnselectedBrush, clrLabelUnselectedBrush );
theTheme.SetBrushColour( labelSelectedBrush, clrLabelSelectedBrush );
theTheme.SetBrushColour( labelSyncLockSelBrush, clrSyncLockSel );
theTheme.SetPenColour( labelUnselectedPen, clrLabelUnselectedPen );
theTheme.SetPenColour( labelSelectedPen, clrLabelSelectedPen );
theTheme.SetPenColour( labelSyncLockSelPen, clrSyncLockSel );
theTheme.SetPenColour( labelSyncLockSelPen, clrSyncLockSel );
theTheme.SetPenColour( labelSurroundPen, clrLabelSurroundPen );
// These colors were modified to avoid using reserved colors red and green