Revision 4024 trunk/extensions/extCAD/config/config.xml

View differences:

config.xml
19 19
			active="true">
20 20
			<menu text="Capa/terminar_edicion/GT2shp" action-command="STOPEDITING"/>
21 21
		</extension>
22
		<extension class-name="com.iver.cit.gvsig.RedoCommandExtension"
22
		<extension class-name="com.iver.cit.gvsig.RedoViewExtension"
23 23
			description="Extensi?n encargada de rehacer la edici?n sobre la capa activa."
24 24
			active="true">
25 25
			<menu text="Capa/rehacer" action-command="REDO" icon="images/Redo.png"/>
......
27 27
				<action-tool name="rehacer" icon="images/Redo.png" action-command="REDO" tooltip="rehacer" group="vista"/>
28 28
		</tool-bar>
29 29
		</extension>
30
		<extension class-name="com.iver.cit.gvsig.UndoCommandExtension"
30
		<extension class-name="com.iver.cit.gvsig.UndoViewExtension"
31 31
			description="Extensi?n encargada de dehacer la edici?n sobre la capa activa."
32 32
			active="true">
33 33
			<menu text="Capa/deshacer" action-command="UNDO" icon="images/Undo.png"/>
......
35 35
				<action-tool name="deshacer" icon="images/Undo.png" action-command="UNDO" tooltip="deshacer" group="vista"/>
36 36
		</tool-bar>
37 37
		</extension>
38

  
38
		<extension class-name="com.iver.cit.gvsig.RedoTableExtension"
39
			description="Extensi?n encargada de rehacer la edici?n sobre la capa activa."
40
			active="true">
41
			<menu text="Tabla/rehacer" action-command="REDO" icon="images/Redo.png"/>
42
		<tool-bar name="modificar">
43
				<action-tool name="rehacer" icon="images/Redo.png" action-command="REDO" tooltip="rehacer" group="tabla"/>
44
		</tool-bar>
45
		</extension>
46
		<extension class-name="com.iver.cit.gvsig.UndoTableExtension"
47
			description="Extensi?n encargada de dehacer la edici?n sobre la capa activa."
48
			active="true">
49
			<menu text="Tabla/deshacer" action-command="UNDO" icon="images/Undo.png"/>
50
		<tool-bar name="modificar">
51
				<action-tool name="deshacer" icon="images/Undo.png" action-command="UNDO" tooltip="deshacer" group="tabla"/>
52
		</tool-bar>
53
		</extension>
39 54
		<extension class-name="com.iver.cit.gvsig.EditingExtension"
40 55
			description="Extensi?n encargada de terminar la edici?n sobre la capa activa y guardarla en un shapefile."
41 56
			active="true">

Also available in: Unified diff