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:
parent
14bb9b2e6f
commit
c39ad5b393
1 changed files with 2 additions and 0 deletions
|
@ -467,6 +467,8 @@ public class SystemCommandsViewPart
|
|||
|
||||
private void addMenuItems(IMenuManager menuManager)
|
||||
{
|
||||
menuManager.removeAll();
|
||||
|
||||
IMenuManager launchMenu = new CommandMenuManager();
|
||||
|
||||
launchMenu.add(new SystemBaseDummyAction());
|
||||
|
|
Loading…
Add table
Reference in a new issue