Skip to content

Commit

Permalink
fix add-project-folder menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
forivall committed Apr 17, 2015
1 parent dacc937 commit c566c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menus/sublime-tree-view.cson
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{'label': 'Split Right', 'command': 'tree-view:open-selected-entry-right'}
{'type': 'separator'}

{'label': 'Add Project Folder', 'command': 'tree-view:add-project-folder'}
{'label': 'Add Project Folder', 'command': 'application:add-project-folder'}
{'type': 'separator'}

{'label': 'Copy Full Path', 'command': 'tree-view:copy-full-path'}
Expand All @@ -66,7 +66,7 @@
{'label': 'Split Right', 'command': 'tree-view:open-selected-entry-right'}
{'type': 'separator'}

{'label': 'Add Project Folder', 'command': 'tree-view:add-project-folder'}
{'label': 'Add Project Folder', 'command': 'application:add-project-folder'}
{'label': 'Remove Project Folder', 'command': 'tree-view:remove-project-folder'}
{'type': 'separator'}

Expand Down

0 comments on commit c566c87

Please sign in to comment.