13
0

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
This commit is contained in:
Carl Hetherington 2011-03-02 00:40:48 +00:00
parent 3b84c96017
commit d0227fe5b7

View File

@ -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'/>