Ignore:
Timestamp:
2005-02-08T14:29:02+13:00 (19 years ago)
Author:
mdewsnip
Message:

Replaced all "dependant" with "dependent" (mgw5).

File:
1 edited

Legend:

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

    r8593 r8978  
    188188        temp = (JLabel) super.getListCellRendererComponent(list, "", index, isSelected, cellHasFocus);
    189189        }
    190                 // Colouring should be the same as the dependant we are based on.
     190                // Colouring should be the same as the dependent we are based on.
    191191        if(isSelected) {
    192192        temp.setBackground(text_area.getSelectionColor());
Note: See TracChangeset for help on using the changeset viewer.