Revision 3544 trunk/applications/appgvSIG/config/config.xml

View differences:

config.xml
218 218
		<extension class-name="com.iver.cit.gvsig.LayoutEditableToolsExtension" 
219 219
			description="Extensi?n encargada de gestionar los eventos de edici?n realizados sobre el Layout."
220 220
			active="true">
221
			<menu text="Mapa/seleccion/seleccionar_por_rectangulo" action-command="SELECT"  tooltip="seleccionar_por_rectangulo" icon="images/Select.png"/>
222
			
221 223
			<menu text="Mapa/Insertar/texto" action-command="RECTANGLETEXT" tooltip="insertar_texto" icon="images/MapaTexto.png"/>
222 224
			<menu text="Mapa/Insertar/punto" action-command="POINT" tooltip="insertar_punto" icon="images/Point.png"/>
223 225
			<menu text="Mapa/Insertar/rectangulo" action-command="RECTANGLESIMPLE" tooltip="insertar_rectangulo" icon="images/Rectangle.png"/>
224 226
			<menu text="Mapa/Insertar/circulo" action-command="CIRCLE" tooltip="insertar_circulo" icon="images/Circle.png"/>
225
			<!--menu text="Mapa/Insertar/linea" action-command="POLYLINE" tooltip="insertar_linea" icon="images/Line.png"/-->
227
			<menu text="Mapa/Insertar/linea" action-command="LINE" tooltip="insertar_linea" icon="images/Rect.png"/>			
228
			<menu text="Mapa/Insertar/polilinea" action-command="POLYLINE" tooltip="insertar_polilinea" icon="images/Line.png"/>
229
			<menu text="Mapa/Insertar/poligono" action-command="POLYGON" tooltip="insertar_poligono" icon="images/Poligon.png"/>
226 230
			<menu text="Mapa/Insertar/imagen" action-command="RECTANGLEPICTURE" tooltip="insertar_imagen" icon="images/MapaImagen.png"/>
227 231

  
228 232
			<menu text="Mapa/Insertar/Vista" action-command="RECTANGLEVIEW" tooltip="insertar_vista" icon="images/MapaVista.png"/>
229 233
			<menu text="Mapa/Insertar/leyenda" action-command="RECTANGLELEGEND"  tooltip="insertar_leyenda" icon="images/MapaLeyenda.png"/>
230 234
			<menu text="Mapa/Insertar/escala" action-command="RECTANGLESCALEBAR"  tooltip="insertar_escala" icon="images/MapaEscala.png"/>
231 235
			<menu text="Mapa/Insertar/north" action-command="RECTANGLENORTH" tooltip="insertar_texto" icon="images/MapaNorth.png"/>
236
			<menu text="Mapa/edicion/vertices" action-command="VERTEX" tooltip="editar_vertices" icon="images/Select1.png"/>
232 237
			
233
			<menu text="Mapa/seleccion/seleccionar_por_rectangulo" action-command="SELECT"  tooltip="seleccionar_por_rectangulo" icon="images/Select.png"/>
234
						
235 238

  
236 239
			<tool-bar name="Layout_Tools_Select" position="21">
237 240
				<selectable-tool icon="images/Select.png" action-command="SELECT"  tooltip="seleccionar_por_rectangulo"/>
......
302 305
				<action-tool icon="images/bordear.png" action-command="BORDEAR" tooltip="linea_grafica"/>			
303 306
			</tool-bar>
304 307
		</extension>
308
		<extension class-name="com.iver.cit.gvsig.LayoutRedoExtension" 
309
			description="Extensi?n para rehacer cambios sobre el Layout."
310
			active="true">
311
			<menu text="mapa/rehacer" key="y" action-command="REDO" tooltip="rehacer" icon="images/Redo.png"/>
312
			<tool-bar name="Mapa">
313
				<action-tool icon="images/Redo.png" action-command="REDO" tooltip="rehacer"/>
314
			</tool-bar>
315
		</extension>
316
		<extension class-name="com.iver.cit.gvsig.LayoutUndoExtension" 
317
			description="Extensi?n para deshacer cambios sobre el Layout."
318
			active="true">
319
			<menu text="mapa/deshacer" key="z" action-command="UNDO" tooltip="dehacer" icon="images/Undo.png"/>
320
			<tool-bar name="Mapa">
321
				<action-tool icon="images/Undo.png" action-command="UNDO" tooltip="deshacer"/>
322
			</tool-bar>
323
		</extension>
324
		
305 325
		<extension class-name="com.iver.cit.gvsig.TableOperations" 
306 326
			description="Extensi?n encargada de gestionar las operaciones sobre las tablas."
307 327
			active="true">
......
425 445
				<action-tool icon="images/print.png"/>
426 446
			</tool-bar>
427 447
		</extension>
448
		<extension class-name="com.iver.cit.gvsig.PrintTable" 
449
			description="Extensi?n encargada de la impresi?n de las tablas."
450
			active="true">
451
			<menu text="Tabla/Imprimir" icon="images/print.png" action-command="PRINTTABLE"/>
452
			<tool-bar name="Tabla" position="10">
453
				<action-tool icon="images/print.png" action-command="PRINTTABLE"/>
454
			</tool-bar>
455
		</extension>
428 456
		<extension class-name="com.iver.cit.gvsig.PrintProperties" 
429 457
			description="Extensi?n encargada de las propiedades de impresi?n."
430 458
			active="true">

Also available in: Unified diff