1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-08 17:46:25 +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

@@ -241,7 +241,7 @@ void EditToolBar::OnButton(wxCommandEvent &event)
break;
#ifdef EXPERIMENTAL_LINKING
case ETBLinkID:
if (!busy) p->OnStickyLabel();
if (!busy) p->OnSyncLock();
return;//avoiding the call to SetButton()
#endif
case ETBZoomInID: