1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 22:25:25 +02:00

[341244] amendment - removed line that shouldn't have been committed

This commit is contained in:
David McKnight 2011-04-11 17:27:02 +00:00
parent c8af0d6e2f
commit 776e8e5f36

View file

@ -486,7 +486,6 @@ public class SystemViewRemoteFileAdapter
}
openWithMenu.updateSelection(selection);
submenu.add(openWithMenu);
menu.add(ISystemContextMenuConstants.GROUP_OPENWITH, action); //test
menu.getMenuManager().appendToGroup(ISystemContextMenuConstants.GROUP_OPENWITH, submenu);
}