Statistics
| Revision:

svn-gvsig-desktop / trunk / applications / appgvSIG / config / config.xml @ 2936

History | View | Annotate | Download (19.3 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
        <libraries library-dir="lib"/>
4
        <resourceBundle name="text"/>
5
        <label-set class-name="com.iver.cit.gvsig.gui.View">
6
                <label id="1" size="45"/>
7
                <label id="2" size="120"/>
8
                <label id="3" size="120"/>
9
                <label id="4" size="120"/>
10
                <label id="5" size="130"/>
11
                <label id="6" size="95"/>
12
                <label id="7" size="85"/>
13
        </label-set>
14
        <label-set class-name="com.iver.cit.gvsig.gui.layout.Layout">
15
                <label id="1" size="80"/>
16
                <label id="2" size="180"/>
17
                <label id="3" size="180"/>
18
                <label id="4" size="50"/>
19
                <label id="5" size="50"/>
20
        </label-set>
21
        <extensions>
22
                <extension class-name="com.iver.cit.gvsig.ProjectExtension" 
23
                        description="Extensi?n encargada de gestionar los proyectos." 
24
                        active="true" 
25
                        priority="10">
26
                        <menu text="Archivo/nuevo_proyecto" 
27
                                key="n" mnemonic="n" 
28
                                tooltip="nuevo_tooltip"
29
                                action-command="NUEVO" icon="images/new.png"
30
                                position="-1"/>
31
                        <menu text="Archivo/abrir_proyecto" 
32
                                key="a" mnemonic="a" 
33
                                tooltip="abrir_tooltip"
34
                                action-command="ABRIR" icon="images/open.png"/>
35
                        <menu text="Archivo/guardar_proyecto" 
36
                                key="g" mnemonic="g" 
37
                                tooltip="guardar_tooltip"
38
                                action-command="GUARDAR" icon="images/save.png"/>
39
                        <menu text="Archivo/guardar_como" 
40
                                tooltip="guardar_tooltip"
41
                                action-command="GUARDAR_COMO" icon="images/save.png"/>
42
                        <menu text="Archivo/salir"                                
43
                                tooltip="salir_tooltip"
44
                                key="x" mnemonic="x"
45
                                action-command="SALIR" icon="images/salir.png"/>
46
                        <tool-bar name="gvSIG">
47
                                <action-tool icon="images/new.png" tooltip="nuevo_tooltip"
48
                                        action-command="NUEVO"/>
49
                                <action-tool icon="images/open.png" tooltip="abrir_tooltip"
50
                                        action-command="ABRIR"/>
51
                                <action-tool icon="images/save.png" tooltip="guardar_tooltip"
52
                                        action-command="GUARDAR"/>
53
                        
54
                        </tool-bar>
55
                        
56
                </extension>
57
                <extension class-name="com.iver.cit.gvsig.AddLayer" 
58
                        description="Extensi?n encargada de abrir las diferentes capas."
59
                        active="true" 
60
                        priority="20">
61
                        <menu text="Archivo/Anadir_Capa" key="o" icon="images/addlayer.png"/>
62
                        <tool-bar name="Acciones">
63
                                <action-tool icon="images/addlayer.png" tooltip="Anadir_Capa"/>
64
                        </tool-bar>
65
                </extension>
66
                        
67
                <extension class-name="com.iver.cit.gvsig.ZoomPrev" 
68
                        description="Extensi?n encargada de gestionar los zooms previos al actual."
69
                        active="true">
70
                        <menu text="Vista/Zoom_Previo" icon="images/ZoomPrevio.png"/>
71
                        <tool-bar name="Herramientas">
72
                                <action-tool icon="images/ZoomPrevio.png" action-command="ZOOM_PREV" tooltip="Zoom_Previo"/>
73
                        </tool-bar>
74
                </extension>
75

    
76
                <extension class-name="com.iver.cit.gvsig.ViewControls" 
77
                        description="Extensi?n encargada de gestionar la vista."
78
                        active="true" 
79
                        priority="30">
80
                        <menu text="Vista/Zoom_Completo" action-command="FULL" icon="images/MapContents.png"/>
81
                        <menu text="Vista/Encuadre" action-command="ENCUADRE" icon="images/encuadre.png"/>
82
                        <menu text="Vista/Seleccion_por_tema" action-command="SELECTIONBYSHAPE"/>
83
                        <menu text="Vista/configurar_localizador" action-command="CONFIG_LOCATOR"/>                
84
                        <menu text="Vista/poner_temas_a/visibles" action-command="TEMAS_VISIBLES"/>
85
                        <menu text="Vista/poner_temas_a/no_visibles" action-command="TEMAS_NOVISIBLES"/>
86
                        <menu text="Vista/poner_temas_a/activos" action-command="TEMAS_ACTIVOS"/>
87
                        <menu text="Vista/poner_temas_a/no_activos" action-command="TEMAS_NOACTIVOS"/>
88
                                
89
                                        
90
                        <tool-bar name="Acciones">
91
                                <action-tool icon="images/MapContents.png" action-command="FULL" tooltip="Zoom_Completo"/>
92
                                <action-tool icon="images/encuadre.png" action-command="ENCUADRE" tooltip="gestion_encuadre"/>                        
93
                        </tool-bar>
94
                        <tool-bar name="Herramientas">
95
                                <selectable-tool is-default="true" icon="images/ZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_M?s"/>
96
                                <selectable-tool icon="images/ZoomOut.png" action-command="ZOOM_OUT"  tooltip="Zoom_Menos"/>
97
                                <selectable-tool icon="images/Pan.png" action-command="PAN"  tooltip="Encuadre"/>
98
                                <selectable-tool icon="images/Identify.png" action-command="INFO"  tooltip="informacion" />
99
                                <selectable-tool icon="images/Distancia.png" action-command="MEDICION"  tooltip="medir_distancias"/>
100
                                <selectable-tool icon="images/Poligono16.png" action-command="AREA"  tooltip="medir_area"/>
101
                                <selectable-tool icon="images/Select.png" action-command="SELPOINT"  tooltip="seleccionar_por_punto" />                
102
                                <selectable-tool icon="images/SelEspacial2b.png" action-command="SELRECT"  tooltip="seleccionar_por_rectangulo"/>
103
                                <selectable-tool icon="images/Rectangle.png" action-command="SAVERASTER"  tooltip="salvar_raster"/>                                
104
                        </tool-bar>
105
                </extension>
106
                <extension class-name="com.iver.cit.gvsig.ViewPropertiesExtension" 
107
                        description="Extensi?n encargada de gestionar el di?logo de propiedades de la vista."
108
                        active="true">
109
                        <menu text="Vista/propiedades" action-command="PROPERTIES"/>
110
                </extension>
111
                <extension class-name="com.iver.cit.gvsig.RasterVectorialControls" 
112
                        description="Extensi?n encargada de gestionar los eventos realizados sobre un tema."
113
                        active="true">
114
                        <menu text="Tema/propiedades" action-command="PROPERTIES"/>
115
                </extension>
116
                <extension class-name="com.iver.cit.gvsig.ThemeControls" 
117
                        description="Extensi?n encargada de gestionar los eventos realizados sobre un tema."
118
                        active="true">
119
                        <menu text="Tema/shape_seleccion" action-command="SHAPE_SELECTED" icon="images/shapeseleccion.png"/>
120
                        <!--menu text="Tema/Exportar selecci?n a DXF" action-command="DXF_SELECTED"/-->
121
                        <menu text="Tema/borra_seleccion" action-command="DEL_SELECTION" icon="images/delselection.png"/>
122
                        <menu text="Tema/Zoom_Select" action-command="ZOOM_SELECT" icon="images/ZoomSeleccion.png"/>
123
                        <tool-bar name="Acciones">
124
                                <action-tool icon="images/ZoomSeleccion.png" action-command="ZOOM_SELECT"  tooltip="Zoom_Select"/>
125
                                <action-tool icon="images/delselection.png" action-command="DEL_SELECTION"  tooltip="borra_seleccion"/>
126
                        </tool-bar>
127
                </extension>
128
                <extension class-name="com.iver.cit.gvsig.LinkControls" 
129
                        description="Extensi?n encargada de gestionar el hiperlink."
130
                        active="true">
131
                        <tool-bar name="Herramientas">
132
                                <selectable-tool icon="images/Link.png" action-command="LINK"  tooltip="Link" />
133
                        </tool-bar>
134
                </extension>
135
                <extension class-name="com.iver.cit.gvsig.LayoutControls" 
136
                        description="Extensi?n encargada de gestionar los eventos realizados sobre el Layout."
137
                        active="true">
138
                        
139
                        <menu text="Mapa/propiedades" action-command="PROPERTIES" tooltip="propiedades_mapa"/>
140
                        <menu text="Mapa/preparar_pagina" action-command="CONFIG" tooltip="preparar_pagina"/>
141
                        
142
                        <menu text="Mapa/Zoom_M?s" action-command="ZOOM_IN" tooltip="Zoom_M?s" icon="images/LayoutZoomIn.png"/>
143
                        <menu text="Mapa/Zoom_Menos" action-command="ZOOM_OUT" tooltip="Zoom_Menos" icon="images/LayoutZoomOut.png"/>
144
                        <menu text="Mapa/Desplazamiento" action-command="PAN"  tooltip="Encuadre" icon="images/LayoutPan.png"/>
145
                        <menu text="Mapa/seleccionar_por_rectangulo" action-command="SELECT"  tooltip="seleccionar_por_rectangulo" icon="images/Select.png"/>
146
                        <menu text="Mapa/Insertar/Vista" action-command="RECTANGLEVIEW" tooltip="insertar_vista" icon="images/MapaVista.png"/>
147
                        <menu text="Mapa/Insertar/imagen" action-command="RECTANGLEPICTURE" tooltip="insertar_imagen" icon="images/MapaImagen.png"/>
148
                        <menu text="Mapa/Insertar/escala" action-command="RECTANGLESCALEBAR"  tooltip="insertar_escala" icon="images/MapaEscala.png"/>
149
                        <menu text="Mapa/Insertar/leyenda" action-command="RECTANGLELEGEND"  tooltip="insertar_leyenda" icon="images/MapaLeyenda.png"/>
150
                        <menu text="Mapa/Insertar/texto" action-command="RECTANGLETEXT" tooltip="insertar_texto" icon="images/MapaTexto.png"/>
151
                        <menu text="Mapa/Insertar/north" action-command="RECTANGLENORTH" tooltip="insertar_texto" icon="images/MapaNorth.png"/>
152
                        
153
                        <menu text="Mapa/Insertar/punto" action-command="POINT" tooltip="insertar_punto" icon="images/Point.png"/>
154
                        <menu text="Mapa/Insertar/rectangulo" action-command="RECTANGLESIMPLE" tooltip="insertar_rectangulo" icon="images/Rectangle.png"/>
155
                        <menu text="Mapa/Insertar/circulo" action-command="CIRCLE" tooltip="insertar_circulo" icon="images/Circle.png"/>
156
                        <menu text="Mapa/exportar_pdf" action-command="PDF" tooltip="exportar_pdf" icon="images/pdf.png"/>
157
                        
158
                        <tool-bar name="Mapa">
159
                                <selectable-tool icon="images/LayoutZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_M?s"/>
160
                                <selectable-tool icon="images/LayoutZoomOut.png" action-command="ZOOM_OUT" tooltip="Zoom_Menos"/>
161
                                <selectable-tool icon="images/LayoutPan.png" action-command="PAN"  tooltip="Encuadre"/>
162
                                <selectable-tool icon="images/Select.png" action-command="SELECT"  tooltip="seleccionar_por_rectangulo"/>
163
                                <selectable-tool icon="images/MapaVista.png" action-command="RECTANGLEVIEW" tooltip="insertar_vista"/>
164
                                <selectable-tool icon="images/MapaImagen.png" action-command="RECTANGLEPICTURE" tooltip="insertar_imagen"/>
165
                                <selectable-tool icon="images/MapaEscala.png" action-command="RECTANGLESCALEBAR"  tooltip="insertar_escala"/>
166
                                <selectable-tool icon="images/MapaLeyenda.png" action-command="RECTANGLELEGEND"  tooltip="insertar_leyenda"/>
167
                                <selectable-tool icon="images/MapaTexto.png" action-command="RECTANGLETEXT"  tooltip="insertar_texto"/>
168
                                <selectable-tool icon="images/MapaNorth.png" action-command="RECTANGLENORTH"  tooltip="insertar_norte"/>
169
                                
170
                        </tool-bar>
171
                        
172
                        <tool-bar name="Herramientas">
173
                                <action-tool icon="images/mundo.gif" action-command="FULL" tooltip="Zoom_Completo"/>
174
                                <action-tool icon="images/zoomreal.png" action-command="REALZOOM" tooltip="Zoom_Real"/>
175
                                <action-tool icon="images/zoomselect.png" action-command="ZOOMSELECT" tooltip="Zoom_Select"/>
176
                                <action-tool icon="images/zoommas.png" action-command="ZOOMIN" tooltip="Zoom_M?s"/>
177
                                <action-tool icon="images/zoommenos.png" action-command="ZOOMOUT" tooltip="Zoom_Menos"/>
178
                                <action-tool icon="images/pdf.png" action-command="PDF"  tooltip="exportar_pdf"/>
179
                        </tool-bar>
180
                        
181
                </extension>
182

    
183
                <extension class-name="com.iver.cit.gvsig.FFrameViewExtension" 
184
                description="Extensi?n encargada de gestionar los eventos realizados sobre las vistas a?adidas al Layout."
185
                active="true">
186
                <tool-bar name="Mapa">
187
                        <action-tool icon="images/MapContents.png" action-command="VIEW_FULL" tooltip="Zoom_Completo_Vista"/>
188
                        <selectable-tool icon="images/ZoomIn.png" action-command="VIEW_ZOOMIN" tooltip="Zoom_M?s_Vista"/>
189
                        <selectable-tool icon="images/ZoomOut.png" action-command="VIEW_ZOOMOUT" tooltip="Zoom_Menos_Vista"/>
190
                        <selectable-tool icon="images/Pan.png" action-command="VIEW_PAN" tooltip="Encuadre_Vista"/>
191
                </tool-bar>
192
                </extension>        
193
                <extension class-name="com.iver.cit.gvsig.TagExtension" 
194
                        description="Extensi?n para a?adir un tag a los FFrames."
195
                        active="false">
196
                        <menu text="mapa/anadir_tag" key="t" action-command="SET_TAG" tooltip="anadir_tag" icon="images/tag.png"/>
197
                        <tool-bar name="Mapa">
198
                                <selectable-tool icon="images/tag.png" action-command="SET_TAG" tooltip="anadir_tag"/>
199
                        </tool-bar>
200
                </extension>
201
                <extension class-name="com.iver.cit.gvsig.GraphicControls"
202
                        description="Extensi?n encargada de gestionar los eventos realizados sobre los gr?ficos que contiene el Layout."
203
                        active="true">
204
                        
205
                        <menu text="Gr?ficos/propiedades" action-command="PROPIEDADES" tooltip="propiedades" />
206
                        <menu text="Gr?ficos/alinear" action-command="ALINEAR" tooltip="alinear_graficos"/>
207
                        <menu text="Gr?ficos/agrupar" action-command="AGRUPAR" tooltip="agrupar_graficos" icon="images/agrupar.png"/>
208
                        <menu text="Gr?ficos/desagrupar" action-command="DESAGRUPAR" tooltip="desagrupar_graficos" icon="images/desagrupar.png"/>
209
                        <menu text="Gr?ficos/simplificar" action-command="SIMPLIFICAR" tooltip="simplificar"/>
210
                        
211
                        <menu text="Gr?ficos/colocar_delante" action-command="DELANTE" tooltip="colocar_delante" icon="images/delante.png"/>
212
                        <menu text="Gr?ficos/colocar_detras" action-command="DETRAS" tooltip="colocar_detras" icon="images/detras.png"/>
213
                        <menu text="Gr?ficos/tama?o_posicion" action-command="POSICIONAR" tooltip="tama?o_posicion" icon="images/posicionar.png"/>
214
                        <menu text="Gr?ficos/linea_grafica" action-command="BORDEAR" tooltip="linea_grafica" icon="images/bordear.png"/>
215
                        <tool-bar name="Herramientas">
216
                                <action-tool icon="images/delante.png" action-command="DELANTE" tooltip="colocar_delante"/>        
217
                                <action-tool icon="images/detras.png" action-command="DETRAS" tooltip="colocar_detras"/>
218
                                <action-tool icon="images/agrupar.png" action-command="AGRUPAR" tooltip="agrupar_graficos"/>
219
                                <action-tool icon="images/desagrupar.png" action-command="DESAGRUPAR" tooltip="desagrupar_graficos"/>
220
                                <action-tool icon="images/bordear.png" action-command="BORDEAR" tooltip="linea_grafica"/>
221
                                <action-tool icon="images/posicionar.png" action-command="POSICIONAR" tooltip="tama?o_posicion"/>                
222
                        </tool-bar>
223
                </extension>
224
                <extension class-name="com.iver.cit.gvsig.TableOperations" 
225
                        description="Extensi?n encargada de gestionar las operaciones sobre las tablas."
226
                        active="true">
227
                        <menu text="Tabla/join" icon="images/tablejoin.png" action-command="JOIN"/>
228
                        <menu text="Tabla/link" icon="images/tablelink.png" action-command="LINK"/>
229
                        <tool-bar name="Herramientas">
230
                                <action-tool icon="images/tablejoin.png" action-command="JOIN" tooltip="join"/>
231
                                <action-tool icon="images/tablelink.png" action-command="LINK" tooltip="link"/>
232
                        </tool-bar>
233
                </extension>
234
                
235
                <extension class-name="com.iver.cit.gvsig.TableEditStopExtension" 
236
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
237
                        active="true">
238
                        <menu text="Tabla/cancel" action-command="ROLLBACK"/>
239
                        <menu text="Tabla/stop" action-command="COMMIT"/>
240
                </extension>
241
                <extension class-name="com.iver.cit.gvsig.TableEditStartExtension" 
242
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
243
                        active="true">
244
                        <menu text="Tabla/edit" action-command="STARTEDIT"/>
245
                </extension>
246
                <extension class-name="com.iver.cit.gvsig.TableEditInsertExtension" 
247
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
248
                        active="true">
249
                        <menu text="Tabla/insertrow" action-command="INSERTROW"/>
250
                        <menu text="Tabla/insertcolumn" action-command="INSERTCOLUMN"/>
251
                </extension>
252
                <extension class-name="com.iver.cit.gvsig.TableEditRemoveRowExtension" 
253
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
254
                        active="true">
255
                        <menu text="Tabla/removerow" action-command="REMOVEROW"/>
256
                </extension>
257
                <extension class-name="com.iver.cit.gvsig.TableEditRemoveColumnExtension" 
258
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
259
                        active="true">
260
                        <menu text="Tabla/removecolumn" action-command="REMOVECOLUMN"/>
261
                </extension>
262
                <extension class-name="com.iver.cit.gvsig.TableEditCopyExtension" 
263
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
264
                        active="true">
265
                        <menu text="Tabla/copy" icon="images/editcopy.png" action-command="COPY"/>
266
                </extension>
267
                <extension class-name="com.iver.cit.gvsig.TableEditCutExtension" 
268
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
269
                        active="true">
270
                        <menu text="Tabla/cut" icon="images/editcut.png" action-command="CUT"/>
271
                </extension>
272
                <extension class-name="com.iver.cit.gvsig.TableEditPasteExtension" 
273
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
274
                        active="true">
275
                        <menu text="Tabla/paste" icon="images/editpaste.png" action-command="PASTE"/>
276
                </extension>
277
                
278
                <extension active="true" class-name="com.iver.cit.gvsig.TableFieldOperations" 
279
                        description="Operaciones sobre los campos de las tablas">
280
                        <menu text="Tabla/ascending_order" icon="images/orderasc.png" action-command="ORDERASC"/>
281
                        <menu text="Tabla/descending_order" icon="images/orderdesc.png" action-command="ORDERDESC"/>
282
                        <tool-bar name="Herramientas">
283
                                <action-tool icon="images/orderasc.png" tooltip="ascending_order_tooltip" action-command="ORDERASC"/>
284
                                <action-tool icon="images/orderdesc.png" tooltip="descending_order_tooltip" action-command="ORDERDESC"/>
285
                        </tool-bar>
286
                </extension>
287
                <extension class-name="com.iver.cit.gvsig.TableNumericFieldOperations" 
288
                        description="Extensi?n encargada de gestionar las operaciones sobre los campos num?ricos."
289
                        active="true">
290
                        <menu text="Tabla/statistics" icon="images/statistics.png"/>
291
                        <tool-bar name="Herramientas">
292
                                <action-tool icon="images/statistics.png" tooltip="statistics"/>
293
                        </tool-bar>
294
                </extension>
295
                <extension class-name="com.iver.cit.gvsig.FiltroExtension" 
296
                        description="Extensi?n encargada de abrir el di?logo para filtrar una tabla."
297
                        active="true">
298
                        <menu text="Tabla/filtro" icon="images/Filtro.png" action-command="FILTRO"/>
299
                        <tool-bar name="Herramientas">
300
                                <action-tool icon="images/Filtro.png" action-command="FILTRO" tooltip="filtro"/>
301
                        </tool-bar>
302
                </extension>
303
                <extension class-name="com.iver.cit.gvsig.RemoveTableUnion" 
304
                        description="Extensi?n encargada de quitar uniones de las tablas."
305
                        active="true">
306
                        <menu text="Tabla/quitar_uniones"/>
307
                </extension>
308
                <extension class-name="com.iver.cit.gvsig.RemoveTableLink" 
309
                        description="Extensi?n encargada de quitar los enlaces de las tablas."
310
                        active="true">
311
                        <menu text="Tabla/quitar_enlaces"/>
312
                </extension>
313
                <extension class-name="com.iver.cit.gvsig.ViewProjectWindow" 
314
                        description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
315
                        active="true">
316
                        <menu text="Ver/ventana_proyecto" 
317
                                key="p" mnemonic="p" 
318
                                tooltip="ver_tooltip"
319
                                action-command="SHOW"/>
320
                </extension>
321
                <extension class-name="com.iver.cit.gvsig.RasterExtension" 
322
                        description="Extensi?n encargada de abrir el di?logo para filtrar una tabla."
323
                        active="true">
324
                        <menu text="Vista/seleccionar_capas" icon="images/zoommas.png" action-command="SELECTIMAGE"/>
325
                        <tool-bar name="Herramientas">
326
                                <action-tool icon="images/zoommas.png" action-command="SELECTIMAGE"  tooltip="seleccionar_capas"/>                                                        
327
                        </tool-bar>
328
                </extension>
329
                <extension class-name="com.iver.cit.gvsig.ShowTable" 
330
                        description="Extensi?n encargada de abrir la tabla asociada al tema seleccionado."
331
                        active="true">
332
                        <menu text="Tema/ver_tabla_atributos" icon="images/ResultConsulta.png"/>
333
                        <tool-bar name="Acciones">
334
                                <action-tool icon="images/ResultConsulta.png" 
335
                                        enableText="Un_Layer"
336
                                        tooltip="Muestra_atributos"/>
337
                        </tool-bar>
338
                </extension>
339
                <extension class-name="com.iver.cit.gvsig.Print" 
340
                        description="Extensi?n encargada de la impresi?n."
341
                        active="true">
342
                        <menu text="Mapa/Imprimir" icon="images/print.png"/>
343
                        <tool-bar name="Mapa">
344
                                <action-tool icon="images/print.png"/>
345
                        </tool-bar>
346
                </extension>
347
                <extension class-name="com.iver.cit.gvsig.PrintProperties" 
348
                        description="Extensi?n encargada de las propiedades de impresi?n."
349
                        active="true">
350
                        <tool-bar name="Mapa">
351
                                <action-tool icon="images/Frame.gif"/>
352
                        </tool-bar>
353
                </extension>
354
                <extension class-name="com.iver.cit.gvsig.Export" 
355
                        description="Extensi?n encargada de exportar una vista al formato de imagen que se seleccione."
356
                        active="true">
357
                        <menu text="Vista/exportar_a"/>
358
                </extension>
359
                <extension class-name="com.iver.cit.gvsig.About" 
360
                        description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
361
                        active="true">
362
                        <menu text="Ayuda/acerca_de" />
363
                </extension>                
364
        </extensions>
365
        <icon src="images/logoGVA.gif" text="gvSIG"/>
366
</plugin-config>