Revision 40557 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.editing.app/org.gvsig.editing.app.mainplugin/src/main/java/org/gvsig/editing/gui/preferences/EditingPage.java

View differences:

EditingPage.java
1
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
1
/**
2
 * gvSIG. Desktop Geographic Information System.
2 3
 *
3
 * Copyright (C) 2005 IVER T.I. and Generalitat Valenciana.
4
 * Copyright (C) 2007-2013 gvSIG Association.
4 5
 *
5 6
 * This program is free software; you can redistribute it and/or
6 7
 * modify it under the terms of the GNU General Public License
7
 * as published by the Free Software Foundation; either version 2
8
 * as published by the Free Software Foundation; either version 3
8 9
 * of the License, or (at your option) any later version.
9 10
 *
10 11
 * This program is distributed in the hope that it will be useful,
......
14 15
 *
15 16
 * You should have received a copy of the GNU General Public License
16 17
 * along with this program; if not, write to the Free Software
17
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
18
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19
 * MA  02110-1301, USA.
18 20
 *
19
 * For more information, contact:
20
 *
21
 *  Generalitat Valenciana
22
 *   Conselleria d'Infraestructures i Transport
23
 *   Av. Blasco Ib??ez, 50
24
 *   46010 VALENCIA
25
 *   SPAIN
26
 *
27
 *      +34 963862235
28
 *   gvsig@gva.es
29
 *      www.gvsig.gva.es
30
 *
31
 *    or
32
 *
33
 *   IVER T.I. S.A
34
 *   Salamanca 50
35
 *   46005 Valencia
36
 *   Spain
37
 *
38
 *   +34 963163400
39
 *   dac@iver.es
21
 * For any additional information, do not hesitate to contact us
22
 * at info AT gvsig.com, or visit our website www.gvsig.com.
40 23
 */
41

  
42 24
/* CVS MESSAGES:
43 25
 *
44 26
 * $Id: EditingPage.java 36005 2011-08-08 11:15:31Z jpiera $
......
185 167
import javax.swing.event.ChangeEvent;
186 168
import javax.swing.event.ChangeListener;
187 169

  
170
import org.gvsig.andami.IconThemeHelper;
188 171
import org.gvsig.andami.PluginServices;
189 172
import org.gvsig.andami.PluginsLocator;
190 173
import org.gvsig.andami.PluginsManager;
......
241 224
    public EditingPage() {
242 225
        super();
243 226
        id = this.getClass().getName();
244
        icon = PluginServices.getIconTheme().get("edition-properties");
227
        icon = IconThemeHelper.getImageIcon("edition-properties");
245 228
    }
246 229

  
247 230
    public void initializeValues() {

Also available in: Unified diff