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

View differences:

config.xml
70 70
		</extension>
71 71
		<extension class-name="com.iver.cit.gvsig.GridExtension"
72 72
			description="Extensi?n encargada de gestionar el GRID."
73
			active="true">			
73
			active="true">
74 74
			<menu text="capa/show_grid" action-command="SHOWGRID"/>
75 75
			<menu text="capa/hide_grid" action-command="HIDEGRID"/>
76 76
			<menu text="capa/adjust_grid" action-command="SETADJUSTGRID"/>
......
161 161
			<menu text="geometry/insert/rectangle" action-command="_rectangle" icon="images/Rectangle.png"/>
162 162
			<menu text="geometry/insert/circle" action-command="_circle" icon="images/Circle.png"/>
163 163
			<menu text="geometry/insert/ellipse" action-command="_ellipse" icon="images/Ellipse.png"/>
164
			<menu text="geometry/modify/edit_vertex" action-command="_ellipse" icon="images/EditVertex.png"/>
164 165
			<tool-bar name="insert">
165 166
				<selectable-tool icon="images/Poligon.png" action-command="_polygon" tooltip="polygon" group="vista"/>
166 167
				<selectable-tool icon="images/Rectangle.png" action-command="_rectangle" tooltip="rectangle" group="vista"/>
......
171 172
				<selectable-tool icon="images/EditVertex.png" action-command="_editvertex" tooltip="edit_vertex" group="vista"/>
172 173
			</tool-bar>
173 174
		</extension>
175
		<extension class-name="com.iver.cit.gvsig.InternalPolygonExtension"
176
			description="Extensi?n encargada de insertar poligonos internos en una capa en edici?n."
177
			active="true">
178
			<menu text="geometry/modify/internal_polygon" action-command="_internalpolygon" icon="images/InternalPolygon.png"/>
179
			<tool-bar name="modificar">
180
				<selectable-tool icon="images/InternalPolygon.png" action-command="_internalpolygon" tooltip="internal_polygon" group="vista"/>
181
			</tool-bar>
182
		</extension>
174 183
		<extension class-name="com.iver.cit.gvsig.ComplexSelectionGeometryExtension"
175 184
			description="Extensi?n encargada de la selecci?n compleja de geometr?as."
176 185
			active="true">

Also available in: Unified diff