Ignore:
Timestamp:
2004-02-18T10:16:24+13:00 (20 years ago)
Author:
mdewsnip
Message:

Changed plugin and classifiers tooltips to use the new registerTooltipText function.

File:
1 edited

Legend:

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

    r6389 r6822  
    800800                else {
    801801                    Classifier current_classifier = (Classifier) current_selection;
    802                     Dictionary.registerTooltip(classifier, Utility.formatHTMLWidth(current_classifier.getDescription(), 40), false);
     802                    Dictionary.registerTooltipText(classifier, Utility.formatHTMLWidth(current_classifier.getDescription(), 40));
    803803                    current_classifier = null;
    804804                }
Note: See TracChangeset for help on using the changeset viewer.