1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 17:11:12 +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-15 00:05:55 +00:00
parent 5e38992c46
commit be8347d482
2 changed files with 10 additions and 10 deletions

View File

@@ -81,8 +81,8 @@ enum
NoteTracksExistFlag = 0x00800000, //gsw
NoteTracksSelectedFlag = 0x01000000, //gsw
HaveRecentFiles = 0x02000000,
LinkingDisabledFlag = 0x04000000, //awd
LinkingEnabledFlag = 0x08000000, //awd
IsNotSyncLockedFlag = 0x04000000, //awd
IsSyncLockedFlag = 0x08000000, //awd
NoFlagsSpecifed = 0xffffffff
};