Revision 10 trunk/extCatalog/src/org/gvsig/catalog/gui/ConnectDialog.java

View differences:

ConnectDialog.java
45 45
import javax.swing.Icon;
46 46
import javax.swing.JDialog;
47 47

  
48
import org.gvsig.andami.IconThemeHelper;
48 49
import org.gvsig.andami.PluginServices;
49 50
import org.gvsig.andami.persistence.serverData.ServerDataPersistence;
50 51
import org.gvsig.andami.ui.mdiManager.IWindow;
......
172 173
	 * @see org.gvsig.catalog.ui.serverconnect.ServerConnectDialogPanel#getPropertiesIcon()
173 174
	 */	
174 175
	protected Icon getPropertiesIcon() {
175
		return PluginServices.getIconTheme().get("catalog-properties");
176
	    // catalog-move-down
177
	    // catalog-move-up
178
	    // catalog-server-properties
179
	    return IconThemeHelper.getImageIcon("catalog-server-properties");
176 180
	}	
177 181
}

Also available in: Unified diff