1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-05 08:05:24 +02:00

Bug 160282: Two copies of launch and print in remote shell view

This commit is contained in:
Kushal Munir 2006-10-25 14:51:36 +00:00
parent 14bb9b2e6f
commit c39ad5b393

View file

@ -467,6 +467,8 @@ public class SystemCommandsViewPart
private void addMenuItems(IMenuManager menuManager)
{
menuManager.removeAll();
IMenuManager launchMenu = new CommandMenuManager();
launchMenu.add(new SystemBaseDummyAction());