summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editing_syms.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-05-25 00:35:53 +0000
committerCarl Hetherington <carl@carlh.net>2010-05-25 00:35:53 +0000
commite3b0cb086d2cec5f28a24fed16fd62e06080fe1a (patch)
treea72693675a3932bd3b586c14b4da02efe31b44e3 /gtk2_ardour/editing_syms.h
parentbd2cbe9e76b28d5cc3d9688c7df6c5206d6be771 (diff)
Clean up snap-to code in various places. Fix a couple of typos. Should fix #3165 and #3172.
git-svn-id: svn://localhost/ardour2/branches/3.0@7152 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editing_syms.h')
-rw-r--r--gtk2_ardour/editing_syms.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editing_syms.h b/gtk2_ardour/editing_syms.h
index b16a192b40..409e0d9cbd 100644
--- a/gtk2_ardour/editing_syms.h
+++ b/gtk2_ardour/editing_syms.h
@@ -37,6 +37,7 @@ SNAPTYPE(SnapToBeatDiv6)
SNAPTYPE(SnapToBeatDiv5)
SNAPTYPE(SnapToBeatDiv4)
SNAPTYPE(SnapToBeatDiv3)
+SNAPTYPE(SnapToBeatDiv2)
SNAPTYPE(SnapToBeat)
SNAPTYPE(SnapToBar)
SNAPTYPE(SnapToMark)