summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_rulers.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2018-02-26 17:02:24 -0600
committerBen Loftis <ben@harrisonconsoles.com>2018-02-26 17:02:24 -0600
commit22819b8d2f3d71b8ddd0dfe22dbe635d9b0cbbcd (patch)
treea49c34cd61b3e290605c7a0fe16e78c357adbd2f /gtk2_ardour/editor_rulers.cc
parente3b7114e78efb10415a9fdfdb49cf8d1851fc007 (diff)
Fix a rather large naming thinko: GridTypeSamples should be CDFrames.
Diffstat (limited to 'gtk2_ardour/editor_rulers.cc')
-rw-r--r--gtk2_ardour/editor_rulers.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_rulers.cc b/gtk2_ardour/editor_rulers.cc
index bf67577ef3..c6ef090c79 100644
--- a/gtk2_ardour/editor_rulers.cc
+++ b/gtk2_ardour/editor_rulers.cc
@@ -1054,7 +1054,7 @@ Editor::compute_bbt_ruler_scale (samplepos_t lower, samplepos_t upper)
case GridTypeNone:
case GridTypeSmpte:
case GridTypeMinSec:
- case GridTypeSamples:
+ case GridTypeCDFrame:
bbt_beat_subdivision = 4;
break;
}