Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4488 from DaBungalow/fix-issue-#4182
Browse files Browse the repository at this point in the history
Fix for issue #4182
  • Loading branch information
TomMalbran committed Jul 17, 2013
2 parents 1d16b05 + 1e19071 commit c484283
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/command/DefaultMenus.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ define(function (require, exports, module) {
var menu;
menu = Menus.addMenu(Strings.FILE_MENU, Menus.AppMenuBar.FILE_MENU);
menu.addMenuItem(Commands.FILE_NEW_UNTITLED);
menu.addMenuItem(Commands.FILE_NEW_FOLDER);
menu.addMenuItem(Commands.FILE_OPEN);
menu.addMenuItem(Commands.FILE_OPEN_FOLDER);
menu.addMenuItem(Commands.FILE_CLOSE);
Expand Down

0 comments on commit c484283

Please sign in to comment.