Created showNotesAction and ShowPunchcardAction

This commit is contained in:
Jonathan Bernard
2009-12-20 20:03:49 -06:00
parent f1ab340b11
commit 5000d266fe
2 changed files with 14 additions and 3 deletions

View File

@ -9,3 +9,13 @@ toolsMenuAction = action (
name: 'Show Tools Menu',
closure: controller.&showToolsMenu
)
showNotesAction = action (
name: 'Show Notes',
closure: controller.&showNotes
)
showPunchcardAction = action (
name: 'Show Punchcard',
closure: controller.&showPunchcard
)