1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-03 07:33:49 +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 22:47:26 +00:00
parent 71e102e473
commit 209a2b193d
25 changed files with 120 additions and 119 deletions

View File

@@ -278,10 +278,10 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
void Rewind(bool shift);
void SkipEnd(bool shift);
void SetStop(bool bStopped);
void EditByLabel( WaveTrack::EditFunction action, bool syncTracks );
void EditByLabel( WaveTrack::EditFunction action, bool bSyncLockedTracks );
void EditClipboardByLabel( WaveTrack::EditDestFunction action );
bool IsSticky();
void SetStickyFlag(bool flag);
bool IsSyncLocked();
void SetSyncLock(bool flag);
// "exclusive" mute means mute the chosen track and unmute all others.
void HandleTrackMute(Track *t, const bool exclusive);
@@ -499,7 +499,7 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
bool mEmptyCanBeDirty;
bool mSelectAllOnNone;
bool mStickyFlag;
bool mIsSyncLocked;
bool mLockPlayRegion;