Statistics
| Revision:

svn-gvsig-desktop / branches / pilotoDWG / applications / appgvSIG / config / config.xml @ 1587

History | View | Annotate | Download (19.2 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="80"/>
12
                <label id="7" size="70"/>
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="1">
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
                                key="g" mnemonic="g" 
41
                                tooltip="guardar_tooltip"
42
                                action-command="GUARDAR_COMO" icon="images/save.png"/>
43
                        <tool-bar name="gvSIG">
44
                                <action-tool icon="images/new.png" tooltip="nuevo_tooltip"
45
                                        action-command="NUEVO"/>
46
                                <action-tool icon="images/open.png" tooltip="abrir_tooltip"
47
                                        action-command="ABRIR"/>
48
                                <action-tool icon="images/save.png" tooltip="guardar_tooltip"
49
                                        action-command="GUARDAR"/>
50
                        </tool-bar>
51
                        
52
                </extension>
53
                <extension class-name="com.iver.cit.gvsig.Abrir" 
54
                        description="Extensi?n encargada de abrir las diferentes capas."
55
                        active="true" 
56
                        priority="2">
57
                        <menu text="Archivo/Anadir_Capa" key="o" icon="images/addlayer.png"/>
58
                        <tool-bar name="Acciones">
59
                                <action-tool icon="images/addlayer.png" tooltip="Anadir_Capa"/>
60
                        </tool-bar>
61
                </extension>
62
                        
63
                <extension class-name="com.iver.cit.gvsig.ZoomPrev" 
64
                        description="Extensi?n encargada de gestionar los zooms previos al actual."
65
                        active="true">
66
                        <menu text="Vista/Zoom_Previo" icon="images/ZoomPrevio.png"/>
67
                        <tool-bar name="Herramientas">
68
                                <action-tool icon="images/ZoomPrevio.png" action-command="ZOOM_PREV" tooltip="Zoom_Previo"/>
69
                        </tool-bar>
70
                </extension>
71
                <extension class-name="com.iver.cit.gvsig.StartEditing" 
72
                        description="Pone en edici?n las capas"
73
                        active="true">
74
                        <menu text="Tema/Comenzar edici?n"/>
75
                </extension>
76
                <extension class-name="com.iver.cit.gvsig.StopEditing" 
77
                        description="Pone en edici?n las capas"
78
                        active="true">
79
                        <menu text="Tema/Terminar edici?n" action-command="STOP"/>
80
                        <menu text="Tema/Mostrar malla" action-command="SHOWGRID"/>
81
                        <menu text="Tema/Ocultar malla" action-command="HIDEGRID"/>
82
                        <menu text="Tema/Ajustar a la malla" action-command="SETADJUSTGRID"/>
83
                        <menu text="Tema/No ajustar a la malla" action-command="NOTADJUSTGRID"/>
84
                </extension>
85
                <extension class-name="com.iver.cit.gvsig.ViewControls" 
86
                        description="Extensi?n encargada de gestionar la vista."
87
                        active="true" 
88
                        priority="3">
89
                        <menu text="Vista/Zoom_Completo" action-command="FULL" icon="images/MapContents.png"/>
90
                        <menu text="Vista/Encuadre" action-command="ENCUADRE" icon="images/encuadre.png"/>
91
                        <menu text="Vista/Seleccion_por_tema" action-command="SELECTIONBYSHAPE"/>
92
                        <menu text="Vista/configurar_localizador" action-command="CONFIG_LOCATOR"/>                
93
                        <menu text="Vista/propiedades" action-command="PROPERTIES"/>
94
                        <menu text="Vista/poner_temas_a/visibles" action-command="TEMAS_VISIBLES"/>
95
                        <menu text="Vista/poner_temas_a/no_visibles" action-command="TEMAS_NOVISIBLES"/>
96
                        <menu text="Vista/poner_temas_a/activos" action-command="TEMAS_ACTIVOS"/>
97
                        <menu text="Vista/poner_temas_a/no_activos" action-command="TEMAS_NOACTIVOS"/>
98
                                
99
                                        
100
                        <tool-bar name="Acciones">
101
                                <action-tool icon="images/MapContents.png" action-command="FULL" tooltip="Zoom_Completo"/>
102
                                <action-tool icon="images/encuadre.png" action-command="ENCUADRE" tooltip="gestion_encuadre"/>                        
103
                        </tool-bar>
104
                        <tool-bar name="Herramientas">
105
                                <selectable-tool is-default="true" icon="images/ZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_M?s" group="vista"/>
106
                                <selectable-tool icon="images/ZoomOut.png" action-command="ZOOM_OUT"  tooltip="Zoom_Menos" group="vista"/>
107
                                <selectable-tool icon="images/Pan.png" action-command="PAN"  tooltip="Encuadre" group="vista"/>
108
                                <selectable-tool icon="images/Identify.png" action-command="INFO"  tooltip="informacion" group="vista"/>
109
                                <selectable-tool icon="images/Distancia.png" action-command="MEDICION"  tooltip="medir_distancias" group="vista"/>
110
                                <selectable-tool icon="images/Poligono16.png" action-command="AREA"  tooltip="medir_area" group="vista"/>
111
                                <selectable-tool icon="images/Select.png" action-command="SELPOINT"  tooltip="seleccionar_por_punto" group="vista"/>                
112
                                <selectable-tool icon="images/SelEspacial2b.png" action-command="SELRECT"  tooltip="seleccionar_por_rectangulo" group="vista"/>
113
                                
114
                        </tool-bar>
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/propiedades" action-command="PROPERTIES"/>
120
                        <menu text="Tema/shape_seleccion" action-command="SHAPE_SELECTED" icon="images/shapeseleccion.png"/>
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" group="vista"/>
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
                        
152
                        <menu text="Mapa/Insertar/punto" action-command="POINT" tooltip="insertar_punto" icon="images/Point.png"/>
153
                        <menu text="Mapa/Insertar/rectangulo" action-command="RECTANGLESIMPLE" tooltip="insertar_rectangulo" icon="images/Rectangle.png"/>
154
                        <menu text="Mapa/Insertar/circulo" action-command="CIRCLE" tooltip="insertar_circulo" icon="images/Circle.png"/>
155
                        <menu text="mapa/anadir_tag" key="t" action-command="SET_TAG" tooltip="anadir_tag" icon="images/tag.png"/>
156
                        
157
                        <tool-bar name="Mapa">
158
                                <selectable-tool icon="images/tag.png" action-command="SET_TAG" tooltip="anadir_tag"/>
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/MapContents.png" action-command="VIEW_FULL" tooltip="Zoom_Completo_Vista"/>
169
                                <selectable-tool icon="images/ZoomIn.png" action-command="VIEW_ZOOMIN" tooltip="Zoom_M?s_Vista"/>
170
                                <selectable-tool icon="images/ZoomOut.png" action-command="VIEW_ZOOMOUT" tooltip="Zoom_Menos_Vista"/>
171
                                <selectable-tool icon="images/Pan.png" action-command="VIEW_PAN" tooltip="Encuadre_Vista"/>
172
                        </tool-bar>
173
                        
174
                        <tool-bar name="Herramientas">
175
                                <action-tool icon="images/mundo.gif" action-command="FULL" tooltip="Zoom_Completo"/>
176
                                <action-tool icon="images/zoomreal.png" action-command="REALZOOM" tooltip="Zoom_Real"/>
177
                                <action-tool icon="images/zoomselect.png" action-command="ZOOMSELECT" tooltip="Zoom_Select"/>
178
                                <action-tool icon="images/zoommas.png" action-command="ZOOMIN" tooltip="Zoom_M?s"/>
179
                                <action-tool icon="images/zoommenos.png" action-command="ZOOMOUT" tooltip="Zoom_Menos"/>
180
                        </tool-bar>
181
                        
182
                </extension>
183
                <extension class-name="com.iver.cit.gvsig.GraphicControls"
184
                        description="Extensi?n encargada de gestionar los eventos realizados sobre los gr?ficos que contiene el Layout."
185
                        active="true">
186
                        
187
                        <menu text="Gr?ficos/propiedades" action-command="PROPIEDADES" tooltip="propiedades" />
188
                        <menu text="Gr?ficos/alinear" action-command="ALINEAR" tooltip="alinear_graficos"/>
189
                        <menu text="Gr?ficos/agrupar" action-command="AGRUPAR" tooltip="agrupar_graficos" icon="images/agrupar.png"/>
190
                        <menu text="Gr?ficos/desagrupar" action-command="DESAGRUPAR" tooltip="desagrupar_graficos" icon="images/desagrupar.png"/>
191
                        <menu text="Gr?ficos/simplificar" action-command="SIMPLIFICAR" tooltip="simplificar"/>
192
                        
193
                        <menu text="Gr?ficos/colocar_delante" action-command="DELANTE" tooltip="colocar_delante" icon="images/delante.png"/>
194
                        <menu text="Gr?ficos/colocar_detras" action-command="DETRAS" tooltip="colocar_detras" icon="images/detras.png"/>
195
                        <menu text="Gr?ficos/tama?o_posicion" action-command="POSICIONAR" tooltip="tama?o_posicion" icon="images/posicionar.png"/>
196
                        <menu text="Gr?ficos/linea_grafica" action-command="BORDEAR" tooltip="linea_grafica" icon="images/bordear.png"/>
197
                        <tool-bar name="Herramientas">
198
                                <action-tool icon="images/delante.png" action-command="DELANTE" tooltip="colocar_delante"/>        
199
                                <action-tool icon="images/detras.png" action-command="DETRAS" tooltip="colocar_detras"/>
200
                                <action-tool icon="images/agrupar.png" action-command="AGRUPAR" tooltip="agrupar_graficos"/>
201
                                <action-tool icon="images/desagrupar.png" action-command="DESAGRUPAR" tooltip="desagrupar_graficos"/>
202
                                <action-tool icon="images/bordear.png" action-command="BORDEAR" tooltip="linea_grafica"/>
203
                                <action-tool icon="images/posicionar.png" action-command="POSICIONAR" tooltip="tama?o_posicion"/>                
204
                        </tool-bar>
205
                </extension>
206
                <extension class-name="com.iver.cit.gvsig.GeometryExtension" 
207
                        description="Extensi?n encargada de gestionar los eventos realizados sobre una Geometry."
208
                        active="true">
209
                        <menu text="geometria/insertar/punto" action-command="POINT" icon="images/Point.png"/>
210
                        <menu text="geometria/insertar/linea" action-command="LINE" icon="images/Rect.png"/>
211
                        <menu text="geometria/insertar/polilinea" action-command="POLYLINE" icon="images/Line.png"/>
212
                        <menu text="geometria/insertar/poligono" action-command="POLYGON" icon="images/Poligon.png"/>
213
                        <menu text="geometria/insertar/rectangulo" action-command="RECTANGLE" icon="images/Rectangle.png"/>
214
                        <menu text="geometria/insertar/circulo" action-command="CIRCLE" icon="images/Circle.png"/>
215
                        <menu text="geometria/insertar/elipse" action-command="ELLIPSE" icon="images/Ellipse.png"/>
216
                        <menu text="geometria/insertar/arc" action-command="ARC" icon="images/Arc.png"/>
217
                        <menu text="geometria/insertar/curva" action-command="SPLINE" icon="images/Spline.png"/>
218
                        <menu text="geometria/insertar/copia" action-command="COPY" icon="images/Copy.png"/>
219
                        <menu text="geometria/insertar/equidistante" action-command="EQUIDISTANCE" icon="images/Equidistance.png"/>
220
                        <menu text="geometria/insertar/Matriz" action-command="MATRIZ" icon="images/Matriz.png"/>
221
                        <menu text="geometria/insertar/simetria" action-command="SYMMETRY" icon="images/Symmetry.png"/>
222
                        <menu text="geometria/insertar/rotacion" action-command="ROTATION" icon="images/Rotation.png"/>
223
                        <menu text="geometria/insertar/estirar" action-command="STRETCHING" icon="images/Stretching.png"/>
224
                        <menu text="geometria/insertar/escalado" action-command="SCALE" icon="images/Scale.png"/>
225
                        <menu text="geometria/insertar/alargar" action-command="EXTEND" icon="images/Extend.png"/>
226
                        <menu text="geometria/insertar/recortar" action-command="TRIM" icon="images/Trim.png"/>
227
                        <menu text="geometria/insertar/unir_separar" action-command="UNIT" icon="images/Unit.png"/>
228
                        <menu text="geometria/insertar/explotar" action-command="EXPLOIT" icon="images/Exploit.png"/>
229
                        <menu text="geometria/insertar/chaflan" action-command="CHAFLAN" icon="images/Chaflan.png"/>
230
                        <menu text="geometria/insertar/empalme" action-command="JOIN" icon="images/Join.png"/>
231
                        
232
                        <tool-bar name="insertar">
233
                                <selectable-tool icon="images/Point.png" action-command="POINT" tooltip="punto" group="vista"/>
234
                                <selectable-tool icon="images/Rect.png" action-command="LINE" tooltip="linea" group="vista"/>
235
                                <selectable-tool icon="images/Line.png" action-command="POLYLINE" tooltip="polilinea" group="vista"/>
236
                                <selectable-tool icon="images/Poligon.png" action-command="POLYGON" tooltip="poligono" group="vista"/>
237
                                <selectable-tool icon="images/Rectangle.png" action-command="RECTANGLE" tooltip="rectangulo" group="vista"/>
238
                                <selectable-tool icon="images/Circle.png" action-command="CIRCLE" tooltip="circulo" group="vista"/>
239
                                <selectable-tool icon="images/Ellipse.png" action-command="ELLIPSE" tooltip="elipse" group="vista"/>
240
                                <selectable-tool icon="images/Arc.png" action-command="ARC" tooltip="arco" group="vista"/>
241
                                <selectable-tool icon="images/Spline.png" action-command="SPLINE" tooltip="curva" group="vista"/>
242
                        </tool-bar>
243
                        <tool-bar name="modificar">        
244
                                <selectable-tool name="selection" icon="images/Select.png" action-command="SELECT" tooltip="seleccionar_por_rectangulo" group="vista"/>
245
                                <selectable-tool icon="images/Copy.png" action-command="COPY" tooltip="copia" group="vista"/>
246
                                <selectable-tool icon="images/Equidistance.png" action-command="EQUIDISTANCE" tooltip="equidistante" group="vista"/>
247
                                <selectable-tool icon="images/Matriz.png" action-command="MATRIZ" tooltip="matriz" group="vista"/>
248
                                <selectable-tool icon="images/Symmetry.png" action-command="SYMMETRY" tooltip="simetria" group="vista"/>
249
                                <selectable-tool icon="images/Rotation.png" action-command="ROTATION" tooltip="rotacion" group="vista"/>
250
                                <selectable-tool icon="images/Stretching.png" action-command="STRETCHING" tooltip="estirar" group="vista"/>
251
                                <selectable-tool icon="images/Scale.png" action-command="SCALE" tooltip="escalado" group="vista"/>
252
                                <selectable-tool icon="images/Extend.png" action-command="EXTEND" tooltip="alargar" group="vista"/>
253
                                <selectable-tool icon="images/Trim.png" action-command="TRIM" tooltip="recortar" group="vista"/>
254
                                <selectable-tool icon="images/Unit.png" action-command="UNIT" tooltip="unir_separar" group="vista"/>
255
                                <selectable-tool icon="images/Exploit.png" action-command="EXPLOIT" tooltip="explotar" group="vista"/>
256
                                <selectable-tool icon="images/Chaflan.png" action-command="CHAFLAN" tooltip="chaflan" group="vista"/>
257
                                <selectable-tool icon="images/Join.png" action-command="JOIN" tooltip="empalme" group="vista"/>
258
                        </tool-bar>
259
                </extension>
260
                <extension class-name="com.iver.cit.gvsig.RedoCommandExtension" 
261
                        description="Extensi?n encargada de gestionar los eventos rehacer."
262
                        active="true">
263
                        <tool-bar name="modificar">        
264
                                <action-tool icon="images/Redo.png" action-command="REDO" tooltip="rehacer"/>
265
                        </tool-bar>
266
                </extension>
267
                <extension class-name="com.iver.cit.gvsig.UndoCommandExtension" 
268
                        description="Extensi?n encargada de gestionar los eventos deshacer."
269
                        active="true">
270
                        <tool-bar name="modificar">        
271
                                <action-tool icon="images/Undo.png" action-command="UNDO" tooltip="deshacer"/>
272
                        </tool-bar>
273
                </extension>
274
                
275
                <extension class-name="com.iver.cit.gvsig.TableOperations" 
276
                        description="Extensi?n encargada de abrir el di?logo para filtrar una tabla."
277
                        active="true">
278
                        <menu text="Tabla/filtro" icon="images/Filtro.png"/>
279
                        <tool-bar name="Herramientas">
280
                                <action-tool icon="images/Filtro.png" tooltip="filtro"/>
281
                        </tool-bar>
282
                </extension>
283
                <extension class-name="com.iver.cit.gvsig.ViewProjectWindow" 
284
                        description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
285
                        active="true">
286
                        <menu text="Ver/ventana_proyecto" 
287
                                key="p" mnemonic="p" 
288
                                tooltip="ver_tooltip"
289
                                action-command="SHOW"/>
290
                </extension>
291
                
292
                <extension class-name="com.iver.cit.gvsig.Tabla" 
293
                        description="Extensi?n encargada de abrir la tabla asociada al tema seleccionado."
294
                        active="true">
295
                        <menu text="Tema/ver_tabla_atributos" icon="images/ResultConsulta.png"/>
296
                        <tool-bar name="Acciones">
297
                                <action-tool icon="images/ResultConsulta.png" 
298
                                        enableText="Un_Layer"
299
                                        tooltip="Muestra_atributos"/>
300
                        </tool-bar>
301
                </extension>
302
                <extension class-name="com.iver.cit.gvsig.Print" 
303
                        description="Extensi?n encargada de la impresi?n."
304
                        active="true">
305
                        <menu text="Mapa/Imprimir" icon="images/print.png"/>
306
                        <tool-bar name="Mapa">
307
                                <action-tool icon="images/print.png"/>
308
                        </tool-bar>
309
                </extension>
310
                <extension class-name="com.iver.cit.gvsig.PrintProperties" 
311
                        description="Extensi?n encargada de las propiedades de impresi?n."
312
                        active="true">
313
                        <tool-bar name="Mapa">
314
                                <action-tool icon="images/Frame.gif"/>
315
                        </tool-bar>
316
                </extension>
317
                <extension class-name="com.iver.cit.gvsig.Export" 
318
                        description="Extensi?n encargada de exportar una vista al formato de imagen que se seleccione."
319
                        active="true">
320
                        <menu text="Vista/exportar_a"/>
321
                </extension>
322
                <extension class-name="com.iver.cit.gvsig.About" 
323
                        description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
324
                        active="true">
325
                        <menu text="Ayuda/acerca_de" />
326
                </extension>
327
                
328
        </extensions>
329
        <icon src="images/logoGVA.gif" text="Piloto gvSIG-CAD"/>
330
</plugin-config>