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

View differences:

config.xml
91 91

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

  
......
109 108
				<selectable-tool icon="images/Copy.png" action-command="_copy" tooltip="copy" group="vista"/>
110 109
				<!--selectable-tool icon="images/Equidistance.png" action-command="_equidistance" tooltip="equidistance" group="vista"/-->
111 110
				<!--selectable-tool icon="images/Matriz.png" action-command="_matriz" tooltip="matriz" group="vista"/-->
112
				<!--selectable-tool icon="images/Symmetry.png" action-command="_symmetry" tooltip="symmetry" group="vista"/-->
111
				<selectable-tool icon="images/Symmetry.png" action-command="_symmetry" tooltip="symmetry" group="vista"/>
113 112
				<selectable-tool icon="images/Rotation.png" action-command="_rotate" tooltip="rotation" group="vista"/>
114 113
				<!--selectable-tool icon="images/Stretching.png" action-command="_stretch" tooltip="stretch" group="vista"/-->
115 114
				<selectable-tool icon="images/Scale.png" action-command="_scale" tooltip="scale" group="vista"/>
116 115
				<!--selectable-tool icon="images/Extend.png" action-command="_extend" tooltip="extend" group="vista"/-->
117 116
				<!--selectable-tool icon="images/Trim.png" action-command="_trim" tooltip="trim" group="vista"/-->
118 117
				<!--selectable-tool icon="images/Unit.png" action-command="_unit" tooltip="unite_separate" group="vista"/-->
119
				<!--selectable-tool icon="images/Exploit.png" action-command="_exploit" tooltip="exploit" group="vista"/-->
120 118
				<!--selectable-tool icon="images/Chaflan.png" action-command="_chaflan" tooltip="chaflan" group="vista"/-->
121 119
				<!--selectable-tool icon="images/Join.png" action-command="_join" tooltip="join" group="vista"/-->
122

  
123

  
124 120
			</tool-bar>
125 121
		</extension>
122
		<extension class-name="com.iver.cit.gvsig.ExploitExtension"
123
			description="Extensi?n encargada de simplificar geometr?as complejas."
124
			active="true">
125
			<menu text="geometry/modify/exploit" action-command="_exploit" icon="images/Exploit.png"/>
126
			<tool-bar name="modificar">
127
				<action-tool icon="images/Exploit.png" action-command="_exploit" tooltip="exploit" group="vista"/>
128
			</tool-bar>
129
		</extension>
126 130

  
127 131
		<extension class-name="com.iver.cit.gvsig.MoveGeometryExtension"
128 132
			description="Extensi?n encargada de mover las geometr?as."

Also available in: Unified diff