Skip to content

Commit

Permalink
make shell feature conceptually part of vcs feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Dec 7, 2011
1 parent 71ed991 commit c2fa2ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,7 @@ protected void performAction(boolean shouldSchedulePassive)
};

if (Desktop.isDesktop())
{
if (!BrowseCap.isWindows())
commands_.showShellDialog().setMenuLabel("Open Terminal");

{
if (BrowseCap.isWindows())
commands_.showShellDialog().remove();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,11 @@ well as menu structures (for main menu and popup menus).
<separator/>
<cmd refid="vcsCreateBranch"/>
<separator/>
<cmd refid="showShellDialog"/>
<separator/>
<cmd refid="versionControlProjectSetup"/>
</menu>
<separator/>
<cmd refid="showShellDialog"/>
<separator/>
<cmd refid="showOptions"/>
</menu>

Expand Down

0 comments on commit c2fa2ad

Please sign in to comment.