Revision 23051 trunk/extensions/extTopology/config/config.xml

View differences:

config.xml
24 24
				<action-tool icon="create-topology"
25 25
							 action-command="CREATE_TOPOLOGY" 
26 26
							 tooltip="Create_Topology"
27
							 enable-text="deber?a de estar activada" 
27
							 enable-text="load_vectorial_layers_in_toc" 
28 28
							 last="true" 
29 29
							 position="1"/>
30 30
			</tool-bar>
......
61 61
				<action-tool icon="save-topology"
62 62
							 action-command="SAVE_TOPOLOGY" 
63 63
							 tooltip="Save_Topology"
64
							 enable-text="deber?a de estar activada" 
64
							 enable-text="select_a_topology_in_toc" 
65 65
							 last="true" 
66 66
							 position="3"/>
67 67
							 
68 68
				<action-tool icon="evaluate-topology"
69 69
							 action-command="EVALUATE_TOPOLOGY" 
70 70
							 tooltip="Evaluate_Topology"
71
							 enable-text="deber?a de estar activada" 
71
							 enable-text="select_a_topology_in_toc" 
72 72
							 last="true" 
73 73
							 position="4"/>		 						 
74 74
			</tool-bar>
......
90 90
				<action-tool icon="compute-clean"
91 91
							 action-command="COMPUTE_CLEAN" 
92 92
							 tooltip="Compute_Clean"
93
							 enable-text="deber?a de estar activada" 
93
							 enable-text="select_a_topology_in_toc" 
94 94
							 last="true" 
95 95
							 position="6"/>	
96 96
							 
97 97
				<action-tool icon="compute-build"
98 98
							 action-command="COMPUTE_BUILD" 
99 99
							 tooltip="Compute_Build"
100
							 enable-text="deber?a de estar activada" 
100
							 enable-text="select_a_topology_in_toc" 
101 101
							 last="true" 
102 102
							 position="7"/>				 						 
103 103
			</tool-bar>
......
113 113
				<action-tool icon="topological-edit-vertex"
114 114
							 action-command="_topologicaleditvertex" 
115 115
							 tooltip="topological_edition"
116
							 enable-text="deber?a de estar activada" 
116
							 enable-text="put_a_layer_of_topology_in_edition_mode" 
117 117
							 last="true" 
118 118
							 position="5"/>
119 119
			</tool-bar>
......
182 182
		 			active="true"/>
183 183
		 			
184 184
		 			
185
		 			
186
		 		
185
		 <extension class-name="org.gvsig.topology.GeometryInfoExtension"
186
				   description="Herramienta para obtener informaci?n geom?trica de features vectoriales"
187
				   active="true">		
188
		 		<tool-bar name="Topology">
189
					<action-tool icon="geometry-info"
190
							 tooltip="geometry-info"
191
							 enable-text="select_vectorial_layer" 
192
							 last="true" 
193
							 position="11"/>
194
			</tool-bar>
195
		</extension>
187 196
	</extensions>
188 197
</plugin-config>

Also available in: Unified diff