mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Fix a rather large naming thinko: GridTypeSamples should be CDFrames.
This commit is contained in:
parent
e3b7114e78
commit
22819b8d2f
6 changed files with 18 additions and 16 deletions
|
|
@ -38,7 +38,7 @@ GRIDTYPE(GridTypeBeatDiv14)
|
|||
GRIDTYPE(GridTypeBeatDiv28)
|
||||
GRIDTYPE(GridTypeSmpte)
|
||||
GRIDTYPE(GridTypeMinSec)
|
||||
GRIDTYPE(GridTypeSamples)
|
||||
GRIDTYPE(GridTypeCDFrame)
|
||||
|
||||
|
||||
/* Changing this order will break the menu */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue