Author: pwang
Date: 2010-07-08 12:54:44 -0700 (Thu, 08 Jul 2010)
New Revision: 20856
Modified:
coreplugins/trunk/filters/src/cytoscape/filters/view/FilterSettingPanel.java
Log:
Revert the change
Modified:
coreplugins/trunk/filters/src/cytoscape/filters/view/FilterSettingPanel.java
===================================================================
---
coreplugins/trunk/filters/src/cytoscape/filters/view/FilterSettingPanel.java
2010-07-08 19:54:03 UTC (rev 20855)
+++
coreplugins/trunk/filters/src/cytoscape/filters/view/FilterSettingPanel.java
2010-07-08 19:54:44 UTC (rev 20856)
@@ -343,7 +343,7 @@
if (_obj instanceof JRangeSliderExtended) {
_range = (JRangeSliderExtended) _obj;
_model = (NumberRangeModel) _range.getModel();
- toolTipText = _model.getLowValue() + " - " +
_model.getHighValue() + " Double-click to edit";
+ toolTipText = _model.getLowValue() + " ~ " +
_model.getHighValue() + " Double-click to edit";
_range.setToolTipText(toolTipText);
}
}
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.