Ignore:
Timestamp:
2006-09-13T15:22:49+12:00 (18 years ago)
Author:
kjdon
Message:

added menu bar of changed where help text is opened at

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gui/ExportAsPrompt.java

    r12592 r12730  
    245245    setTitle(Dictionary.get("ExportAsPrompt.Title"));
    246246
    247     setJMenuBar(new SimpleMenuBar("0")); // need to find an appropriate help page to open at
     247    setJMenuBar(new SimpleMenuBar("exporting"));
    248248    cancel_button.addActionListener(new CancelButtonListener());
    249249    list.addListSelectionListener(new CollectionListListener());
Note: See TracChangeset for help on using the changeset viewer.