Ignore:
Timestamp:
2003-09-23T14:58:18+12:00 (21 years ago)
Author:
mdewsnip
Message:

Partway through tooltip assignment. Made lots of little changes, registered a whole lot more components, removed dead code, fixed help links (with SimpleMenuBars). Lots more of the same to come.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/mem/MetadataEditorManager.java

    r5349 r5527  
    149149    setSize(SIZE);
    150150    setTitle(get("MEM.Title"));
    151     setJMenuBar(new SimpleMenuBar("11.1"));
     151    setJMenuBar(new SimpleMenuBar("editingmetadatasets"));
    152152    JPanel content_pane = (JPanel) getContentPane();
    153153    content_pane.setBackground(Gatherer.config.getColor("coloring.collection_heading_background", false));
Note: See TracChangeset for help on using the changeset viewer.