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

View differences:

config.xml
82 82
			description="Extensi?n encargada de gestionar los eventos realizados sobre las geometr?as."
83 83
			active="true">
84 84
			<!--menu text="geometry/insert/spline" action-command="_spline" icon="images/Spline.png"/-->
85
			<menu text="geometry/insert/copy" action-command="_copy" icon="images/Copy.png"/>
85
			<menu text="geometry/modify/copy" action-command="_copy" icon="images/Copy.png"/>
86 86

  
87
			<!--menu text="geometry/insert/equidistance" action-command="_equidistance" icon="images/Equidistance.png"/-->
88
			<!--menu text="geometry/insert/matriz" action-command="_matriz" icon="images/Matriz.png"/-->
89
			<!--menu text="geometry/insert/symmetry" action-command="_symmetry" icon="images/Symmetry.png"/-->
90
			<menu text="geometry/insert/rotate" action-command="_rotate" icon="images/Rotation.png"/>
91
			<!--menu text="geometry/insert/stretch" action-command="_stretch" icon="images/Stretching.png"/-->
92
			<menu text="geometry/insert/scale" action-command="_scale" icon="images/Scale.png"/>
93
			<!--menu text="geometry/insert/extend" action-command="_extend" icon="images/Extend.png"/-->
94
			<!--menu text="geometry/insert/trim" action-command="_trim" icon="images/Trim.png"/-->
95
			<!--menu text="geometry/insert/unite_separate" action-command="_unit" icon="images/Unit.png"/-->
96
			<!--menu text="geometry/insert/exploit" action-command="_exploit" icon="images/Exploit.png"/-->
97
			<!--menu text="geometry/insert/chaflan" action-command="_chaflan" icon="images/Chaflan.png"/-->
98
			<!--menu text="geometry/insert/join" action-command="_join" icon="images/Join.png"/-->
87
			<!--menu text="geometry/modify/equidistance" action-command="_equidistance" icon="images/Equidistance.png"/-->
88
			<!--menu text="geometry/modify/matriz" action-command="_matriz" icon="images/Matriz.png"/-->
89
			<!--menu text="geometry/modify/symmetry" action-command="_symmetry" icon="images/Symmetry.png"/-->
90
			<menu text="geometry/modify/rotate" action-command="_rotate" icon="images/Rotation.png"/>
91
			<!--menu text="geometry/modify/stretch" action-command="_stretch" icon="images/Stretching.png"/-->
92
			<menu text="geometry/modify/scale" action-command="_scale" icon="images/Scale.png"/>
93
			<!--menu text="geometry/modify/extend" action-command="_extend" icon="images/Extend.png"/-->
94
			<!--menu text="geometry/modify/trim" action-command="_trim" icon="images/Trim.png"/-->
95
			<!--menu text="geometry/modify/unite_separate" action-command="_unit" icon="images/Unit.png"/-->
96
			<!--menu text="geometry/modify/exploit" action-command="_exploit" icon="images/Exploit.png"/-->
97
			<!--menu text="geometry/modify/chaflan" action-command="_chaflan" icon="images/Chaflan.png"/-->
98
			<!--menu text="geometry/modify/join" action-command="_join" icon="images/Join.png"/-->
99 99

  
100 100
			<tool-bar name="insert">
101 101
				<!--selectable-tool icon="images/Spline.png" action-command="_spline" tooltip="spline" group="vista"/-->
102 102
			</tool-bar>
103 103
			<tool-bar name="modificar">
104
				<selectable-tool name="selection" icon="images/Select.png" action-command="_select" tooltip="selection" group="vista"/>
105 104
				<selectable-tool icon="images/Copy.png" action-command="_copy" tooltip="copy" group="vista"/>
106 105
				<!--selectable-tool icon="images/Equidistance.png" action-command="_equidistance" tooltip="equidistance" group="vista"/-->
107 106
				<!--selectable-tool icon="images/Matriz.png" action-command="_matriz" tooltip="matriz" group="vista"/-->
......
173 172
				<selectable-tool icon="images/EditVertex.png" action-command="_editvertex" tooltip="edit_vertex" group="vista"/>
174 173
			</tool-bar>
175 174
		</extension>
175
		<extension class-name="com.iver.cit.gvsig.ComplexSelectionGeometryExtension"
176
			description="Extensi?n encargada de la selecci?n compleja de geometr?as."
177
			active="true">
178
			<menu text="geometry/seleccion_compleja" action-command="_complex_selection" icon="images/ComplexSelCAD.png"/>
179
			<tool-bar name="modificar">
180
				<selectable-tool icon="images/ComplexSelCAD.png" action-command="_complex_selection" tooltip="complex_selection" group="vista"/>
181
			</tool-bar>
182
		</extension>
176 183
		<extension class-name="com.iver.cit.gvsig.SelectionGeometryExtension"
177 184
			description="Extensi?n encargada de seleccionar las geometr?as."
178 185
			active="true">
......
181 188
				<selectable-tool icon="images/SelCAD.png" action-command="_selection" tooltip="selection" group="vista"/>
182 189
			</tool-bar>
183 190
		</extension>
191

  
184 192
	</extensions>
185 193
</plugin-config>

Also available in: Unified diff