Revision 3120 trunk/applications/appgvSIG/config/config.xml

View differences:

config.xml
32 32
				key="a" mnemonic="a" 
33 33
				tooltip="abrir_tooltip"
34 34
				action-command="ABRIR" icon="images/open.png"/>
35

  
36
			<menu text="Archivo/abrir_plantilla" 
37
				action-command="OPENTEMPLATE" 
38
				tooltip="abrir_plantilla" 
39
				icon="images/open.png"/>
40

  
41 35
			<menu text="Archivo/guardar_proyecto" 
42 36
				key="g" mnemonic="g" 
43 37
				tooltip="guardar_tooltip"
......
49 43
				tooltip="salir_tooltip"
50 44
				key="x" mnemonic="x"
51 45
				action-command="SALIR" icon="images/salir.png"/>
46
			<menu text="Archivo/abrir_plantilla" 
47
				action-command="OPENTEMPLATE" 
48
				tooltip="abrir_plantilla" 
49
				icon="images/open.png"/>
52 50
			<tool-bar name="gvSIG">
53 51
				<action-tool icon="images/new.png" tooltip="nuevo_tooltip"
54 52
					action-command="NUEVO"/>
......
64 62
			description="Extensi?n encargada de abrir las diferentes capas."
65 63
			active="true" 
66 64
			priority="20">
67
			<menu text="Archivo/Anadir_Capa" key="o" icon="images/addlayer.png"/>
68
			<tool-bar name="Acciones">
65
			<menu text="Vista/Anadir_Capa" key="o" icon="images/addlayer.png"/>
66
			<tool-bar name="View">
69 67
				<action-tool icon="images/addlayer.png" tooltip="Anadir_Capa"/>
70 68
			</tool-bar>
71 69
		</extension>
......
73 71
		<extension class-name="com.iver.cit.gvsig.ZoomPrev" 
74 72
			description="Extensi?n encargada de gestionar los zooms previos al actual."
75 73
			active="true">
76
			<menu text="Vista/Zoom_Previo" icon="images/ZoomPrevio.png"/>
77
			<tool-bar name="Herramientas">
74
			<menu text="Vista/navegacion/Zoom_Previo" icon="images/ZoomPrevio.png"/>
75
			<tool-bar name="View_Tools_Zooms">
78 76
				<action-tool icon="images/ZoomPrevio.png" action-command="ZOOM_PREV" tooltip="Zoom_Previo"/>
79 77
			</tool-bar>
80 78
		</extension>
......
83 81
			description="Extensi?n encargada de gestionar la vista."
84 82
			active="true" 
85 83
			priority="30">
86
			<menu text="Vista/Zoom_Completo" action-command="FULL" icon="images/MapContents.png"/>
87
			<menu text="Vista/Encuadre" action-command="ENCUADRE" icon="images/encuadre.png"/>
88
			<menu text="Vista/Seleccion_por_tema" action-command="SELECTIONBYSHAPE"/>
89
			<menu text="Vista/configurar_localizador" action-command="CONFIG_LOCATOR"/>		
84
			<menu text="Vista/navegacion/Zoom_In" action-command="ZOOM_IN" icon="images/ZoomIn.png"/>
85
			<menu text="Vista/navegacion/Zoom_Out" action-command="ZOOM_OUT" icon="images/ZoomOut.png"/>
86
			<menu text="Vista/navegacion/Zoom_Completo" action-command="FULL" icon="images/MapContents.png"/>
87
			
88
			<menu text="Vista/navegacion/Desplazamiento" action-command="PAN" icon="images/Pan.png"/>
89
			<menu text="Vista/navegacion/Encuadre" action-command="ENCUADRE" icon="images/encuadre.png"/>
90
			
91
			<menu text="Vista/consulta/informacion" action-command="INFO" icon="images/Identify.png"/>
92
			<menu text="Vista/consulta/medir_distancias" action-command="MEDICION" icon="images/Distancia.png"/>
93
			<menu text="Vista/consulta/medir_area" action-command="AREA" icon="images/Poligono16.png"/>
94
			
95
			<menu text="Vista/seleccion/seleccionar_por_punto" action-command="SELPOINT" icon="images/Select.png"/>
96
			<menu text="Vista/seleccion/seleccionar_por_rectangulo" action-command="SELRECT" icon="images/SelEspacial2b.png"/>
97
			<menu text="Vista/seleccion/Seleccion_por_tema" action-command="SELECTIONBYSHAPE"/>
98
			
99
				
90 100
			<menu text="Vista/poner_temas_a/visibles" action-command="TEMAS_VISIBLES"/>
91 101
			<menu text="Vista/poner_temas_a/no_visibles" action-command="TEMAS_NOVISIBLES"/>
92 102
			<menu text="Vista/poner_temas_a/activos" action-command="TEMAS_ACTIVOS"/>
93 103
			<menu text="Vista/poner_temas_a/no_activos" action-command="TEMAS_NOACTIVOS"/>
94
				
104
			
105
			<menu text="Vista/configurar_localizador" action-command="CONFIG_LOCATOR"/>		
95 106
					
96
			<tool-bar name="Acciones">
107
			<tool-bar name="View_Tools_Zooms">
108
				<selectable-tool is-default="true" icon="images/ZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_M?s"/>
109
				<selectable-tool icon="images/ZoomOut.png" action-command="ZOOM_OUT"  tooltip="Zoom_Menos"/>				
97 110
				<action-tool icon="images/MapContents.png" action-command="FULL" tooltip="Zoom_Completo"/>
98
				<action-tool icon="images/encuadre.png" action-command="ENCUADRE" tooltip="gestion_encuadre"/>			
111
						
99 112
			</tool-bar>
100
			<tool-bar name="Herramientas">
101
				<selectable-tool is-default="true" icon="images/ZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_M?s"/>
102
				<selectable-tool icon="images/ZoomOut.png" action-command="ZOOM_OUT"  tooltip="Zoom_Menos"/>
113
			<tool-bar name="View_Tools">
103 114
				<selectable-tool icon="images/Pan.png" action-command="PAN"  tooltip="Encuadre"/>
115
				<action-tool icon="images/encuadre.png" action-command="ENCUADRE" tooltip="gestion_encuadre"/>	
116
				<selectable-tool icon="images/Rectangle.png" action-command="SAVERASTER"  tooltip="salvar_raster"/>	
117
			</tool-bar>			
118
			<tool-bar name="View_Tools_Query">
104 119
				<selectable-tool icon="images/Identify.png" action-command="INFO"  tooltip="informacion" />
105 120
				<selectable-tool icon="images/Distancia.png" action-command="MEDICION"  tooltip="medir_distancias"/>
106 121
				<selectable-tool icon="images/Poligono16.png" action-command="AREA"  tooltip="medir_area"/>
122
			</tool-bar>
123
			<tool-bar name="View_Tools_Select">
107 124
				<selectable-tool icon="images/Select.png" action-command="SELPOINT"  tooltip="seleccionar_por_punto" />		
108 125
				<selectable-tool icon="images/SelEspacial2b.png" action-command="SELRECT"  tooltip="seleccionar_por_rectangulo"/>
109
				<selectable-tool icon="images/Rectangle.png" action-command="SAVERASTER"  tooltip="salvar_raster"/>				
110 126
			</tool-bar>
111 127
		</extension>
112 128
		<extension class-name="com.iver.cit.gvsig.ViewPropertiesExtension" 
......
125 141
			<menu text="Tema/shape_seleccion" action-command="SHAPE_SELECTED" icon="images/shapeseleccion.png"/>
126 142
			<!--menu text="Tema/Exportar selecci?n a DXF" action-command="DXF_SELECTED"/-->
127 143
			<menu text="Tema/borra_seleccion" action-command="DEL_SELECTION" icon="images/delselection.png"/>
128
			<menu text="Tema/Zoom_Select" action-command="ZOOM_SELECT" icon="images/ZoomSeleccion.png"/>
129
			<tool-bar name="Acciones">
130
				<action-tool icon="images/ZoomSeleccion.png" action-command="ZOOM_SELECT"  tooltip="Zoom_Select"/>
144
			<menu text="Vista/navegacion/Zoom_Select" action-command="ZOOM_SELECT" icon="images/ZoomSeleccion.png"/>
145
			<tool-bar name="View_Tools_Select">
131 146
				<action-tool icon="images/delselection.png" action-command="DEL_SELECTION"  tooltip="borra_seleccion"/>
132 147
			</tool-bar>
148
			<tool-bar name="View_Tools_Zooms">
149
				<action-tool icon="images/ZoomSeleccion.png" action-command="ZOOM_SELECT"  tooltip="Zoom_Select"/>
150
			</tool-bar>		
133 151
		</extension>
134 152
		<extension class-name="com.iver.cit.gvsig.LinkControls" 
135 153
			description="Extensi?n encargada de gestionar el hiperlink."
136 154
			active="true">
137
			<tool-bar name="Herramientas">
155
			<menu text="Vista/consulta/Link" action-command="LINK" icon="images/Link.png"/>
156
			<tool-bar name="View_Tools_Query">
138 157
				<selectable-tool icon="images/Link.png" action-command="LINK"  tooltip="Link" />
139 158
			</tool-bar>
140 159
		</extension>
......
145 164
			<menu text="Mapa/propiedades" action-command="PROPERTIES" tooltip="propiedades_mapa"/>
146 165
			<menu text="Mapa/preparar_pagina" action-command="CONFIG" tooltip="preparar_pagina"/>
147 166
			
148
			<menu text="Mapa/Zoom_M?s" action-command="ZOOM_IN" tooltip="Zoom_M?s" icon="images/LayoutZoomIn.png"/>
149
			<menu text="Mapa/Zoom_Menos" action-command="ZOOM_OUT" tooltip="Zoom_Menos" icon="images/LayoutZoomOut.png"/>
150
			<menu text="Mapa/Desplazamiento" action-command="PAN"  tooltip="Encuadre" icon="images/LayoutPan.png"/>
151
			<menu text="Mapa/seleccionar_por_rectangulo" action-command="SELECT"  tooltip="seleccionar_por_rectangulo" icon="images/Select.png"/>
152
			<menu text="Mapa/Insertar/Vista" action-command="RECTANGLEVIEW" tooltip="insertar_vista" icon="images/MapaVista.png"/>
153
			<menu text="Mapa/Insertar/imagen" action-command="RECTANGLEPICTURE" tooltip="insertar_imagen" icon="images/MapaImagen.png"/>
154
			<menu text="Mapa/Insertar/escala" action-command="RECTANGLESCALEBAR"  tooltip="insertar_escala" icon="images/MapaEscala.png"/>
155
			<menu text="Mapa/Insertar/leyenda" action-command="RECTANGLELEGEND"  tooltip="insertar_leyenda" icon="images/MapaLeyenda.png"/>
167
			
168
			<menu text="Mapa/navegacion/Zoom_M?s" action-command="ZOOM_IN" tooltip="Zoom_M?s" icon="images/LayoutZoomIn.png"/>
169
			<menu text="Mapa/navegacion/Zoom_Menos" action-command="ZOOM_OUT" tooltip="Zoom_Menos" icon="images/LayoutZoomOut.png"/>
170
			<menu text="Mapa/navegacion/Zoom_In" action-command="ZOOMIN" tooltip="Zoom_M?s" icon="images/zoommas.png"/>
171
			<menu text="Mapa/navegacion/Zoom_Out" action-command="ZOOMOUT" tooltip="Zoom_Menos" icon="images/zoommenos.png"/>
172
			<menu text="Mapa/navegacion/Zoom_Completo" action-command="FULL" tooltip="Zoom_Completo" icon="images/mundo.gif"/>
173
			<menu text="Mapa/navegacion/Zoom_Real" action-command="REALZOOM" tooltip="Zoom_Real" icon="images/zoomreal.png"/>
174
			<menu text="Mapa/navegacion/Zoom_Select" action-command="ZOOMSELECT" tooltip="Zoom_Select" icon="images/zoomselect.png"/>
175
			
176
			<menu text="Mapa/navegacion/Desplazamiento" action-command="PAN"  tooltip="Encuadre" icon="images/LayoutPan.png"/>
177
			
178
			<menu text="Mapa/seleccion/seleccionar_por_rectangulo" action-command="SELECT"  tooltip="seleccionar_por_rectangulo" icon="images/Select.png"/>
179
			
156 180
			<menu text="Mapa/Insertar/texto" action-command="RECTANGLETEXT" tooltip="insertar_texto" icon="images/MapaTexto.png"/>
157
			<menu text="Mapa/Insertar/north" action-command="RECTANGLENORTH" tooltip="insertar_texto" icon="images/MapaNorth.png"/>
158
			
159 181
			<menu text="Mapa/Insertar/punto" action-command="POINT" tooltip="insertar_punto" icon="images/Point.png"/>
160
			<!--menu text="Mapa/Insertar/linea" action-command="POLYLINE" tooltip="insertar_linea" icon="images/Line.png"/-->
161 182
			<menu text="Mapa/Insertar/rectangulo" action-command="RECTANGLESIMPLE" tooltip="insertar_rectangulo" icon="images/Rectangle.png"/>
162 183
			<menu text="Mapa/Insertar/circulo" action-command="CIRCLE" tooltip="insertar_circulo" icon="images/Circle.png"/>
163
			<menu text="Mapa/exportar_pdf" action-command="PDF" tooltip="exportar_pdf" icon="images/pdf.png"/>
164
			<menu text="Mapa/guardar_como_plantilla" action-command="SAVETEMPLATE" tooltip="guardar" icon="images/save.png"/>
184
			<!--menu text="Mapa/Insertar/linea" action-command="POLYLINE" tooltip="insertar_linea" icon="images/Line.png"/-->
185
			<menu text="Mapa/Insertar/imagen" action-command="RECTANGLEPICTURE" tooltip="insertar_imagen" icon="images/MapaImagen.png"/>
186

  
187
			<menu text="Mapa/Insertar/Vista" action-command="RECTANGLEVIEW" tooltip="insertar_vista" icon="images/MapaVista.png"/>
188
			<menu text="Mapa/Insertar/leyenda" action-command="RECTANGLELEGEND"  tooltip="insertar_leyenda" icon="images/MapaLeyenda.png"/>
189
			<menu text="Mapa/Insertar/escala" action-command="RECTANGLESCALEBAR"  tooltip="insertar_escala" icon="images/MapaEscala.png"/>
190
			<menu text="Mapa/Insertar/north" action-command="RECTANGLENORTH" tooltip="insertar_texto" icon="images/MapaNorth.png"/>
165 191
			
166
						
167

  
168
			<tool-bar name="Mapa">
192
			<menu text="Archivo/guardar_como_plantilla" action-command="SAVETEMPLATE" tooltip="guardar" icon="images/save.png"/>
193
			<menu text="Archivo/exportar_pdf" action-command="PDF" tooltip="exportar_pdf" icon="images/pdf.png"/>
194
			<tool-bar name="gvSIG">				
195
				<action-tool icon="images/pdf.png" action-command="PDF"  tooltip="exportar_pdf"/>
196
			</tool-bar>
197
			<tool-bar name="Layout_Tools">
198
				<selectable-tool icon="images/LayoutPan.png" action-command="PAN"  tooltip="Encuadre"/>
199
			</tool-bar>
200
			<tool-bar name="Layout_Tools_Zooms">	
169 201
				<selectable-tool icon="images/LayoutZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_M?s"/>
170 202
				<selectable-tool icon="images/LayoutZoomOut.png" action-command="ZOOM_OUT" tooltip="Zoom_Menos"/>
171
				<selectable-tool icon="images/LayoutPan.png" action-command="PAN"  tooltip="Encuadre"/>
203
				<action-tool icon="images/zoommas.png" action-command="ZOOMIN" tooltip="Zoom_M?s"/>
204
				<action-tool icon="images/zoommenos.png" action-command="ZOOMOUT" tooltip="Zoom_Menos"/>
205
				<action-tool icon="images/mundo.gif" action-command="FULL" tooltip="Zoom_Completo"/>
206
				<action-tool icon="images/zoomreal.png" action-command="REALZOOM" tooltip="Zoom_Real"/>
207
				<action-tool icon="images/zoomselect.png" action-command="ZOOMSELECT" tooltip="Zoom_Select"/>
208
			</tool-bar>
209
			<tool-bar name="Layout_Tools_Select">
172 210
				<selectable-tool icon="images/Select.png" action-command="SELECT"  tooltip="seleccionar_por_rectangulo"/>
211
			</tool-bar>	
212

  
213
			<tool-bar name="Layout_Tools_Insert_Simple">
214
				<selectable-tool icon="images/MapaTexto.png" action-command="RECTANGLETEXT"  tooltip="insertar_texto"/>
215
				<selectable-tool icon="images/Point.png" action-command="POINT"  tooltip="insertar_punto"/>
216
				<selectable-tool icon="images/Rectangle.png" action-command="RECTANGLESIMPLE"  tooltip="insertar_rectangulo"/>
217
				<selectable-tool icon="images/Circle.png" action-command="CIRCLE"  tooltip="insertar_circulo"/>
218
				<selectable-tool icon="images/MapaImagen.png" action-command="RECTANGLEPICTURE" tooltip="insertar_imagen"/>
219
			</tool-bar>
220
			
221
			<tool-bar name="Layout_Tools_Insert_Cartografy">
173 222
				<selectable-tool icon="images/MapaVista.png" action-command="RECTANGLEVIEW" tooltip="insertar_vista"/>
174
				<selectable-tool icon="images/MapaImagen.png" action-command="RECTANGLEPICTURE" tooltip="insertar_imagen"/>
223
				<selectable-tool icon="images/MapaLeyenda.png" action-command="RECTANGLELEGEND"  tooltip="insertar_leyenda"/>
175 224
				<selectable-tool icon="images/MapaEscala.png" action-command="RECTANGLESCALEBAR"  tooltip="insertar_escala"/>
176
				<selectable-tool icon="images/MapaLeyenda.png" action-command="RECTANGLELEGEND"  tooltip="insertar_leyenda"/>
177
				<selectable-tool icon="images/MapaTexto.png" action-command="RECTANGLETEXT"  tooltip="insertar_texto"/>
178 225
				<selectable-tool icon="images/MapaNorth.png" action-command="RECTANGLENORTH"  tooltip="insertar_norte"/>
179
				
180 226
			</tool-bar>
181
			
182
			<tool-bar name="Herramientas">
183
				<action-tool icon="images/mundo.gif" action-command="FULL" tooltip="Zoom_Completo"/>
184
				<action-tool icon="images/zoomreal.png" action-command="REALZOOM" tooltip="Zoom_Real"/>
185
				<action-tool icon="images/zoomselect.png" action-command="ZOOMSELECT" tooltip="Zoom_Select"/>
186
				<action-tool icon="images/zoommas.png" action-command="ZOOMIN" tooltip="Zoom_M?s"/>
187
				<action-tool icon="images/zoommenos.png" action-command="ZOOMOUT" tooltip="Zoom_Menos"/>
188
				<action-tool icon="images/pdf.png" action-command="PDF"  tooltip="exportar_pdf"/>
189
			</tool-bar>
190
			
191 227
		</extension>
192 228

  
193 229
		<extension class-name="com.iver.cit.gvsig.FFrameViewExtension" 
194 230
		description="Extensi?n encargada de gestionar los eventos realizados sobre las vistas a?adidas al Layout."
195 231
		active="true">
196
		<tool-bar name="Mapa">
232

  
233
		<menu text="Mapa/navegacion_vista/Zoom_M?s_Vista" action-command="VIEW_ZOOMIN" tooltip="Zoom_M?s_Vista" icon="images/ZoomIn.png"/>
234
		<menu text="Mapa/navegacion_vista/Zoom_Menos_Vista" action-command="VIEW_ZOOMOUT" tooltip="Zoom_Menos_Vista" icon="images/ZoomOut.png"/>
235
		<menu text="Mapa/navegacion_vista/Zoom_Completo_Vista" action-command="VIEW_FULL" tooltip="Zoom_Completo_Vista" icon="images/MapContents.png"/>
236
		<menu text="Mapa/navegacion_vista/Encuadre_Vista" action-command="VIEW_PAN" tooltip="Encuadre_Vista" icon="images/Pan.png"/>
237

  
238
		<tool-bar name="Layout_Tools_View">
197 239
			<action-tool icon="images/MapContents.png" action-command="VIEW_FULL" tooltip="Zoom_Completo_Vista"/>
198 240
			<selectable-tool icon="images/ZoomIn.png" action-command="VIEW_ZOOMIN" tooltip="Zoom_M?s_Vista"/>
199 241
			<selectable-tool icon="images/ZoomOut.png" action-command="VIEW_ZOOMOUT" tooltip="Zoom_Menos_Vista"/>
......
213 255
			description="Extensi?n encargada de gestionar los eventos realizados sobre los gr?ficos que contiene el Layout."
214 256
			active="true">
215 257
			
216
			<menu text="Gr?ficos/propiedades" action-command="PROPIEDADES" tooltip="propiedades" />
217
			<menu text="Gr?ficos/alinear" action-command="ALINEAR" tooltip="alinear_graficos"/>
218
			<menu text="Gr?ficos/agrupar" action-command="AGRUPAR" tooltip="agrupar_graficos" icon="images/agrupar.png"/>
219
			<menu text="Gr?ficos/desagrupar" action-command="DESAGRUPAR" tooltip="desagrupar_graficos" icon="images/desagrupar.png"/>
220
			<menu text="Gr?ficos/simplificar" action-command="SIMPLIFICAR" tooltip="simplificar"/>
258
			<menu text="Mapa/Gr?ficos/propiedades" action-command="PROPIEDADES" tooltip="propiedades" />
259
			<menu text="Mapa/Gr?ficos/alinear" action-command="ALINEAR" tooltip="alinear_graficos"/>
260
			<menu text="Mapa/Gr?ficos/agrupar" action-command="AGRUPAR" tooltip="agrupar_graficos" icon="images/agrupar.png"/>
261
			<menu text="Mapa/Gr?ficos/desagrupar" action-command="DESAGRUPAR" tooltip="desagrupar_graficos" icon="images/desagrupar.png"/>
262
			<menu text="Mapa/Gr?ficos/simplificar" action-command="SIMPLIFICAR" tooltip="simplificar"/>
221 263
			
222
			<menu text="Gr?ficos/colocar_delante" action-command="DELANTE" tooltip="colocar_delante" icon="images/delante.png"/>
223
			<menu text="Gr?ficos/colocar_detras" action-command="DETRAS" tooltip="colocar_detras" icon="images/detras.png"/>
224
			<menu text="Gr?ficos/tama?o_posicion" action-command="POSICIONAR" tooltip="tama?o_posicion" icon="images/posicionar.png"/>
225
			<menu text="Gr?ficos/linea_grafica" action-command="BORDEAR" tooltip="linea_grafica" icon="images/bordear.png"/>
226
			<tool-bar name="Herramientas">
264
			<menu text="Mapa/Gr?ficos/colocar_delante" action-command="DELANTE" tooltip="colocar_delante" icon="images/delante.png"/>
265
			<menu text="Mapa/Gr?ficos/colocar_detras" action-command="DETRAS" tooltip="colocar_detras" icon="images/detras.png"/>
266
			<menu text="Mapa/Gr?ficos/tama?o_posicion" action-command="POSICIONAR" tooltip="tama?o_posicion" icon="images/posicionar.png"/>
267
			<menu text="Mapa/Gr?ficos/linea_grafica" action-command="BORDEAR" tooltip="linea_grafica" icon="images/bordear.png"/>
268
			<tool-bar name="Layout_Tools_Grafics">
227 269
				<action-tool icon="images/delante.png" action-command="DELANTE" tooltip="colocar_delante"/>	
228 270
				<action-tool icon="images/detras.png" action-command="DETRAS" tooltip="colocar_detras"/>
271
				<action-tool icon="images/posicionar.png" action-command="POSICIONAR" tooltip="tama?o_posicion"/>
229 272
				<action-tool icon="images/agrupar.png" action-command="AGRUPAR" tooltip="agrupar_graficos"/>
230 273
				<action-tool icon="images/desagrupar.png" action-command="DESAGRUPAR" tooltip="desagrupar_graficos"/>
231
				<action-tool icon="images/bordear.png" action-command="BORDEAR" tooltip="linea_grafica"/>
232
				<action-tool icon="images/posicionar.png" action-command="POSICIONAR" tooltip="tama?o_posicion"/>		
274
				<action-tool icon="images/bordear.png" action-command="BORDEAR" tooltip="linea_grafica"/>			
233 275
			</tool-bar>
234 276
		</extension>
235 277
		<extension class-name="com.iver.cit.gvsig.TableOperations" 
......
332 374
		<extension class-name="com.iver.cit.gvsig.RasterExtension" 
333 375
			description="Extensi?n encargada de seleccionar una capa de raster en el toc."
334 376
			active="true">
335
			<menu text="Vista/seleccionar_capas" icon="images/zoommas.png" action-command="SELECTIMAGE"/>
377
			<menu text="Vista/seleccion/seleccionar_capas" icon="images/zoommas.png" action-command="SELECTIMAGE"/>
336 378
			<tool-bar name="Herramientas">
337 379
				<selectable-tool icon="images/zoommas.png" action-command="SELECTIMAGE"  tooltip="seleccionar_capas"/>							
338 380
			</tool-bar>

Also available in: Unified diff