summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour.menus.in
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-03-02 00:40:48 +0000
committerCarl Hetherington <carl@carlh.net>2011-03-02 00:40:48 +0000
commitd0227fe5b7c30271cd2950a71d429cf03b0db2db (patch)
tree82d527c2b018650595604590d5da0f26801727ae /gtk2_ardour/ardour.menus.in
parent3b84c960179204ba352ab510d671b02e8d606854 (diff)
Add missing snap-to actions to the main menu so that their keyboard accelerators work (#3787).
git-svn-id: svn://localhost/ardour2/branches/3.0@9023 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour.menus.in')
-rw-r--r--gtk2_ardour/ardour.menus.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour.menus.in b/gtk2_ardour/ardour.menus.in
index c6dbc01047..5d1e5aee11 100644
--- a/gtk2_ardour/ardour.menus.in
+++ b/gtk2_ardour/ardour.menus.in
@@ -379,10 +379,20 @@
<menuitem action='snap-to-seconds'/>
<menuitem action='snap-to-minutes'/>
<menuitem action='snap-to-thirtyseconds'/>
+ <menuitem action='snap-to-twentyeighths'/>
+ <menuitem action='snap-to-twentyfourths'/>
+ <menuitem action='snap-to-twentieths'/>
<menuitem action='snap-to-asixteenthbeat'/>
+ <menuitem action='snap-to-fourteenths'/>
+ <menuitem action='snap-to-twelfths'/>
+ <menuitem action='snap-to-tenths'/>
<menuitem action='snap-to-eighths'/>
+ <menuitem action='snap-to-sevenths'/>
+ <menuitem action='snap-to-sixths'/>
+ <menuitem action='snap-to-fifths'/>
<menuitem action='snap-to-quarters'/>
<menuitem action='snap-to-thirds'/>
+ <menuitem action='snap-to-halves'/>
<menuitem action='snap-to-beat'/>
<menuitem action='snap-to-bar'/>
<menuitem action='snap-to-mark'/>