Changeset 12730


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

Location:
trunk/gli/src/org/greenstone/gatherer/gui
Files:
4 edited

Legend:

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

    r12119 r12730  
    110110    setTitle(Dictionary.get("DeleteCollectionPrompt.Title"));
    111111   
    112     setJMenuBar(new SimpleMenuBar("0")); // need to find an appropriate help page to open at
     112    setJMenuBar(new SimpleMenuBar("deletingcollections"));
    113113    close_button.addActionListener(new CloseButtonListener());
    114114    confirmation.addActionListener(new ConfirmationCheckBoxListener());
  • 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());
  • trunk/gli/src/org/greenstone/gatherer/gui/SimpleOpenCollectionDialog.java

    r12119 r12730  
    6464    public SimpleOpenCollectionDialog() {
    6565    super(Gatherer.g_man, "", true);
     66    setJMenuBar(new SimpleMenuBar("openingacollection"));
    6667    setSize(SIZE);
    6768    setTitle(Dictionary.get("OpenCollectionDialog.Title"));
  • trunk/gli/src/org/greenstone/gatherer/gui/WriteCDImagePrompt.java

    r12119 r12730  
    160160    setTitle(Dictionary.get("WriteCDImagePrompt.Export"));
    161161   
    162     setJMenuBar(new SimpleMenuBar("0")); // need to find an appropriate help page to open at
     162    setJMenuBar(new SimpleMenuBar("exportingcollections"));
    163163    cancel_button.addActionListener(new CancelButtonListener());
    164164    list.addListSelectionListener(new CollectionListListener());
Note: See TracChangeset for help on using the changeset viewer.