Revision 47426 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.swing/org.gvsig.fmap.dal.swing.impl/src/main/java/org/gvsig/fmap/dal/swing/impl/searchpanel/SearchConditionFieldView.java

View differences:

SearchConditionFieldView.java
35 35
    @SuppressWarnings({"OverridableMethodCallInConstructor", "LeakingThisInConstructor"})
36 36
    public SearchConditionFieldView() {
37 37
        this.lblFields = new JLabel();
38
        this.lblExtraFields = new JLabel(ToolsSwingUtils.loadImage(this, "featurestore-column"));
38
        this.lblExtraFields = new JLabel(ToolsSwingUtils.loadImage(this, "search-select-column"));
39 39
        this.lblRelationalOperators = new JLabel("WWWW");
40 40
        this.cboValue = new JComboBox();
41 41
        this.txtValue = new JTextField();

Also available in: Unified diff