Revision 7199 branches/v10/applications/appgvSIG/config/config.xml

View differences:

config.xml
173 173
			<menu text="Vista/seleccion/seleccionar_por_rectangulo" action-command="SELRECT" icon="images/SelEspacial2b.png"/>
174 174
			<menu text="Vista/seleccion/seleccionar_por_poligono" action-command="SELPOL" icon="images/SelectByPolygon.png"/>
175 175
			<menu text="Vista/seleccion/Seleccion_por_capa" action-command="SELECTIONBYSHAPE"/>
176
			<menu text="Vista/seleccion/separator" action-command="separator" is_separator="true"/>
177
			<menu text="Vista/seleccion/invert_selection" action-command="INVERT_SELECTION" icon="images/invertSelection.png"/>
176 178
			<tool-bar name="Tools_Select" position="6">
177 179
				<selectable-tool icon="images/Select.png" action-command="SELPOINT"  tooltip="seleccionar_por_punto" position="1"/>
178 180
				<selectable-tool icon="images/SelEspacial2b.png" action-command="SELRECT"  tooltip="seleccionar_por_rectangulo" position="2"/>
179 181
				<selectable-tool icon="images/SelectByPolygon.png" action-command="SELPOL"  tooltip="seleccionar_por_poligono" position="3"/>
182
				<action-tool icon="images/invertSelection.png" action-command="INVERT_SELECTION"  tooltip="invert_selection" position="4"/>
180 183
			</tool-bar>
181 184
		</extension>
182 185

  
......
480 483
		<extension class-name="com.iver.cit.gvsig.TableRowsOperations"
481 484
			description="Extensi?n encargada de gestionar la selecci?n en la tabla."
482 485
			active="true">
483
			<menu text="Tabla/selection_up" icon="images/selectionUp.png"/>
486
			<menu text="Tabla/selection_up" action-command="SELECTIONUP" icon="images/selectionUp.png"/>
487
			<menu text="Tabla/invert_selection" action-command="INVERTSELECTION" icon="images/invertSelection.png"/>			
484 488
			<tool-bar name="Herramientas" position="12">
485
				<action-tool icon="images/selectionUp.png" tooltip="selection_up" position="6"/>
489
				<action-tool icon="images/selectionUp.png" action-command="SELECTIONUP" tooltip="selection_up" position="6"/>
490
				<action-tool icon="images/invertSelection.png" action-command="INVERTSELECTION" tooltip="invert_selection" position="7"/>
486 491
			</tool-bar>
487 492
		</extension>
488 493

  

Also available in: Unified diff