Revision 10886 trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/RasterSEAdapterModule.java

View differences:

RasterSEAdapterModule.java
19 19

  
20 20
package org.gvsig.rastertools;
21 21

  
22
import org.gvsig.rastertools.histogram.ui.HistogramTocMenuEntry;
22 23
import org.gvsig.rastertools.properties.dialog.RasterPropertiesTocMenuEntry;
23 24
import org.gvsig.rastertools.properties.panels.BandSetupPanel;
24 25
import org.gvsig.rastertools.properties.panels.EnhancedPanel;
......
76 77
    	extensionPoints.add("RasterSEPropertiesDialog", enhancedPanel.getID(), enhancedPanel);
77 78
    	
78 79
    	//A?adimos la entrada del toc del cuadro de propiedades. Como se llama igual sustituye a la vieja.
80
    	extensionPoints.add("View_TocActions","HistogramPanel",new HistogramTocMenuEntry());
81

  
82
    	//A?adimos la entrada del toc del cuadro de propiedades. Como se llama igual sustituye a la vieja.
79 83
    	extensionPoints.add("View_TocActions","RasterSEProperties",new RasterPropertiesTocMenuEntry());
80 84
    	
81 85
    	//A?adimos el panel al winzard de cargar capa. (Esto es temporal hasta que el actual sea totalmente extensible)

Also available in: Unified diff