Revision 23 trunk/org.gvsig.app.document.layout.app/org.gvsig.app.document.layout.app.mainplugin/src/main/java/org/gvsig/app/extension/LayoutExtension.java

View differences:

LayoutExtension.java
31 31
import org.slf4j.Logger;
32 32
import org.slf4j.LoggerFactory;
33 33

  
34
import org.gvsig.andami.IconThemeHelper;
34 35
import org.gvsig.andami.PluginServices;
35 36
import org.gvsig.andami.messages.NotificationManager;
36 37
import org.gvsig.andami.plugins.Extension;
......
178 179
                .getResource("images/LayoutZoomOut.png"));
179 180

  
180 181
       PluginServices.getIconTheme().registerDefault("layout-zoom-fit",
181
            this.getClass().getClassLoader().getResource("images/mundo.gif"));
182
            this.getClass().getClassLoader().getResource("images/layout-zoom-fit.gif"));
182 183

  
183 184
        PluginServices.getIconTheme()
184 185
            .registerDefault(
......
357 358
                "images/rightrotation.png"));
358 359
        PluginServices.getIconTheme().registerDefault("point-select-cursor",
359 360
            this.getClass().getClassLoader().getResource("images/point-select-cursor.png"));
361
        
362
        IconThemeHelper.registerIcon(null, "layout-zoom-center-in", this);
363
        IconThemeHelper.registerIcon(null, "layout-zoom-center-out", this);
360 364
    }
361 365

  
362 366
    /**

Also available in: Unified diff