Author: apico
Date: 2012-09-19 20:30:38 -0700 (Wed, 19 Sep 2012)
New Revision: 30415

Modified:
   
core3/impl/trunk/filter-impl/src/main/java/org/cytoscape/filter/internal/filters/view/FilterMainPanel.java
Log:
#1466

Modified: 
core3/impl/trunk/filter-impl/src/main/java/org/cytoscape/filter/internal/filters/view/FilterMainPanel.java
===================================================================
--- 
core3/impl/trunk/filter-impl/src/main/java/org/cytoscape/filter/internal/filters/view/FilterMainPanel.java
  2012-09-20 03:29:31 UTC (rev 30414)
+++ 
core3/impl/trunk/filter-impl/src/main/java/org/cytoscape/filter/internal/filters/view/FilterMainPanel.java
  2012-09-20 03:30:38 UTC (rev 30415)
@@ -995,7 +995,7 @@
                                String attributeName = 
cmbAttributes.getSelectedItem().toString().substring(5);
 
                                if 
(CyAttributesUtil.isNullAttribute(applicationManager.getCurrentNetwork(), 
attributeType, attributeName)){
-                                       JOptionPane.showMessageDialog(this, 
"All the values for this attribute are NULL.", "Can not create filter", 
JOptionPane.ERROR_MESSAGE); 
+                                       JOptionPane.showMessageDialog(this, 
"All the values for this column are NULL.", "Can not create filter", 
JOptionPane.ERROR_MESSAGE); 
                                } else {
                                        
theSettingPanel.addNewWidget(cmbAttributes.getSelectedItem());                  
                
                                }

-- 
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.

Reply via email to