1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-04 15:50:10 +01: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

@@ -91,8 +91,8 @@ class AUDACITY_DLL_API TrackArtist {
this->selectedPen = selectedPen;
}
// Helper: draws the "linked" watermark tiled to a rectangle
static void DrawLinkTiles(wxDC *dc, wxRect r);
// Helper: draws the "sync-locked" watermark tiled to a rectangle
static void DrawSyncLockTiles(wxDC *dc, wxRect r);
private: