Project

General

Profile

« Previous | Next » 

Revision 32c0ff12

Added by Pepe Ciardelli almost 16 years ago

Got rid of "open file" menu item by replacing:

    MenuManager fileMenu = new MenuManager("&File",
            IWorkbenchActionConstants.M_FILE);

with:

    MenuManager fileMenu = new MenuManager("&File",
            null);
  • added
  • modified
  • copied
  • renamed
  • deleted