Revision 14 trunk/appGazetteer/src/org/gvsig/gazetteer/ui/search/SearchDialogPanel.java

View differences:

SearchDialogPanel.java
52 52
import javax.swing.JOptionPane;
53 53
import javax.swing.JPanel;
54 54

  
55
import org.gvsig.andami.IconThemeHelper;
55 56
import org.gvsig.catalog.ui.search.SearchButtonPanel;
56 57
import org.gvsig.catalog.utils.CatalogConstants;
57 58
import org.gvsig.gazetteer.GazetteerClient;
......
210 211
	
211 212
	
212 213
	protected Icon getUpIcon(){
213
		return new ImageIcon("./gvSIG/extensiones/org.gvsig.catalog/images/up.png");
214
	    return IconThemeHelper.getImageIcon("gazetteer-up");
214 215
	}
215 216
	
216 217
	protected Icon getDownIcon(){
217
		return new ImageIcon("./gvSIG/extensiones/org.gvsig.catalog/images/down.png");
218
        return IconThemeHelper.getImageIcon("gazetteer-down");
218 219
	}
219 220

  
220 221

  

Also available in: Unified diff