Revision 11352 trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/RasterModule.java

View differences:

RasterModule.java
19 19

  
20 20
package org.gvsig.rastertools;
21 21

  
22
import org.gvsig.rastertools.cutting.CuttingTocMenuEntry;
22 23
import org.gvsig.rastertools.histogram.HistogramTocMenuEntry;
23 24
import org.gvsig.rastertools.properties.dialog.RasterPropertiesTocMenuEntry;
24 25
import org.gvsig.rastertools.properties.panels.BandSetupPanel;
......
111 112
    	extensionPoints.add("View_TocActions","HistogramPanel",new HistogramTocMenuEntry());
112 113

  
113 114
    	//A?adimos la entrada del toc del cuadro de propiedades. Como se llama igual sustituye a la vieja.
115
    	extensionPoints.add("View_TocActions","CuttingPanel",new CuttingTocMenuEntry());
116

  
117
    	//A?adimos la entrada del toc del cuadro de propiedades. Como se llama igual sustituye a la vieja.
114 118
    	extensionPoints.add("View_TocActions","RasterSEProperties",new RasterPropertiesTocMenuEntry());
115 119
    	
116 120
    	//A?adimos el panel al winzard de cargar capa. (Esto es temporal hasta que el actual sea totalmente extensible)

Also available in: Unified diff