~ubuntu-branches/ubuntu/oneiric/denemo/oneiric

« back to all changes in this revision

Viewing changes to actions/menus/MainMenu/EditMenu/Select/ApplyToSelection

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-10-27 08:00:18 UTC
  • mfrom: (1.3.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20101027080018-tuekd0869v8ptnqv
Tags: upstream-0.8.16
ImportĀ upstreamĀ versionĀ 0.8.16

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    (d-WarningDialog "This keypress is not a shortcut") 
15
15
    (begin
16
16
      (set! command (string-append "(" command ")"))    
17
 
      (ApplyToSelection command "(d-GoToMark)")))))
 
17
      (ApplyToSelection command "(d-GoToSelectionStart)")))))
18
18
</scheme>
19
19
        <label>Apply Shortcut to Notes in Selection</label>
20
20
        <tooltip>Followed by a shortcut: applies the shortcut to each note in the selection.</tooltip>