Changeset 5044


Ignore:
Timestamp:
2003-07-25T16:51:49+12:00 (21 years ago)
Author:
mdewsnip
Message:

Changed the WarningDialog to a NoSettingDialog for MissingEXEC.

File:
1 edited

Legend:

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

    r5031 r5044  
    5353import org.greenstone.gatherer.gui.Coloring;
    5454import org.greenstone.gatherer.gui.GUIManager;
     55import org.greenstone.gatherer.gui.NoSettingDialog;
    5556import org.greenstone.gatherer.gui.Splash;
    5657import org.greenstone.gatherer.gui.WarningDialog;
     
    602603     */
    603604    static public void missingEXEC(Dictionary dictionary) {
    604     WarningDialog dialog = new WarningDialog("warning.MissingEXEC", false);
     605    NoSettingDialog dialog = new NoSettingDialog("warning.MissingEXEC", "NoSettingEXEC.Message", false);
    605606    dialog.display();
    606607    dialog.dispose();
Note: See TracChangeset for help on using the changeset viewer.