Skip to content

Commit

Permalink
Merge branch 'IonoclastBrigham-brig/109-open-directory-shortcut'
Browse files Browse the repository at this point in the history
  • Loading branch information
lehitoskin committed Mar 2, 2019
2 parents 962d8b6 + c43fda4 commit 8df16bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frame.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@
(define ivy-menu-bar-dir-open
(new menu-item%
[parent ivy-menu-bar-file]
[label "Open directory"]
[label "Open &directory as collection"]
[shortcut #\D]
[help-string "Open a directory to view."]
[callback
(λ (i e)
Expand Down

0 comments on commit 8df16bd

Please sign in to comment.