Ignore:
Timestamp:
2006-07-07T14:02:03+12:00 (18 years ago)
Author:
kjdon
Message:

added in menu bar helpstuff for format panel

File:
1 edited

Legend:

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

    r12064 r12101  
    279279        HelpFrame.setView("producingthecollection");
    280280    }
     281    else if (esrc == menu_bar.help_format) {
     282        HelpFrame.setView("formattingacollection");
     283    }
    281284    else if (esrc == menu_bar.help_about) {
    282285        new AboutDialog(this);
Note: See TracChangeset for help on using the changeset viewer.