Changeset 9640


Ignore:
Timestamp:
2005-04-12T10:43:50+12:00 (19 years ago)
Author:
mdewsnip
Message:

Added a "TO DO" comment.

File:
1 edited

Legend:

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

    r9202 r9640  
    257257        String[] margs = new String[1];
    258258        margs[0] = form;
    259         JOptionPane.showMessageDialog(Gatherer.g_man, Dictionary.get("CDM.PlugInManager.PlugIn_XML_Parse_Failed", margs), Dictionary.get("General.Error"), JOptionPane.ERROR_MESSAGE);
     259        JOptionPane.showMessageDialog(Gatherer.g_man, Dictionary.get("CDM.PlugInManager.PlugIn_XML_Parse_Failed", margs), Dictionary.get("General.Error"), JOptionPane.ERROR_MESSAGE);  // !! TO DO: This is bad -- this function is used for more than just plugins
    260260    }
    261261
Note: See TracChangeset for help on using the changeset viewer.