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/gui/FileAssociationDialog.java

    r5347 r5527  
    9696    setSize(SIZE);
    9797    setTitle(get("FileAssociationDialog.Title"));
    98     setJMenuBar(new SimpleMenuBar("0"));// need to find an appropriate help page
     98    setJMenuBar(new SimpleMenuBar("fileassociations"));
    9999    JPanel content_pane = (JPanel) getContentPane();
    100100    content_pane.setBackground(Gatherer.config.getColor("coloring.collection_heading_background", false));
Note: See TracChangeset for help on using the changeset viewer.