Changeset 8212


Ignore:
Timestamp:
2004-10-04T15:35:02+13:00 (20 years ago)
Author:
kjdon
Message:

added a comment

File:
1 edited

Legend:

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

    r7999 r8212  
    218218        Dictionary.registerText(site_label, "Preferences.Connection.Site");
    219219        site_label.setPreferredSize(LABEL_SIZE);
     220        // what should we do if Gatherer.servlet_config.getSites() is null?
    220221        site_combobox = new JComboBox(Gatherer.servlet_config.getSites().toArray());
    221222        Dictionary.registerTooltip(site_combobox, "Preferences.Connection.Site_Tooltip");
Note: See TracChangeset for help on using the changeset viewer.