Statistics
| Revision:

root / branches / v2_0_0_prep / applications / appgvSIG / config / config.xml @ 38564

History | View | Annotate | Download (24.9 KB)

1 312 fernando
<?xml version="1.0" encoding="ISO-8859-1"?>
2 595 fernando
<plugin-config>
3 38564 jjdelcerro
  <icon src="gvsig-logo-icon" text="gvSIG"/>
4
  <libraries library-dir="lib"/>
5
  <resourceBundle name="text"/>
6
  <label-set class-name="org.gvsig.app.project.documents.view.gui.DefaultViewPanel">
7
    <label id="units" size="75"/>
8
    <label id="x" size="120"/>
9
    <label id="y" size="120"/>
10
    <label id="4" size="110"/>
11
    <label id="5" size="110"/>
12
    <label id="distancearea" size="30"/>
13
    <label id="projection" size="110"/>
14
  </label-set>
15
16
  <popup-menus>
17
    <popup-menu name="view.toc.context.menu">
18
      <menu name="view-layer-add"/>
19
    </popup-menu>
20
  </popup-menus>
21
22
  <extensions>
23
    <extension class-name="org.gvsig.app.extension.InitialWarningExtension"
24
      description="Initial warning message"
25
      active="true"
26
      priority="1">
27
    </extension>
28 34942 jjdelcerro
29 38564 jjdelcerro
    <extension class-name="org.gvsig.app.extension.InitializeApplicationExtension"
30
      description="Initialize application extension"
31
      active="true"
32
      priority="99999">
33
    </extension>
34 34942 jjdelcerro
35 38564 jjdelcerro
    <extension class-name="org.gvsig.app.extension.ProjectExtension"
36
      description="Extensi?n encargada de gestionar los proyectos."
37
      active="true"
38
      priority="10">
39 34942 jjdelcerro
40 38564 jjdelcerro
      <action
41
        name= "application-project-new"
42
        label="nuevo_proyecto"
43
        tooltip="_create_a_new_proyect"
44
        action-command="application-project-new"
45
        icon="application-project-new"
46
        position="100100000"
47
        accelerator="Ctrl+N"
48
        />
49
      <action
50
        name="application-project-open"
51
        label="abrir_proyecto"
52
        tooltip="_open_a_project"
53
        action-command="application-project-open"
54
        icon="application-project-open"
55
        position="100200000"
56
        accelerator="Ctrl+O"
57
        />
58
      <action
59
        name="application-project-save"
60
        label="guardar_proyecto"
61
        tooltip="_save_the_current_project"
62
        action-command="application-project-save"
63
        icon="application-project-save"
64
        position="100300000"
65
        accelerator="Ctrl+S"
66
        />
67
      <action
68
        name="application-project-saveas"
69
        label="guardar_proyecto_como"
70
        tooltip="_save_the_current_project_in_a_new_file"
71
        action-command="application-project-save-as"
72
        icon="application-project-save-as"
73
        position="100400000"
74
        accelerator="Ctrl+Shift+S"
75
        />
76
      <action
77
        name="application-exit"
78
        label="salir"
79
        tooltip="_exit_of_application"
80
        action-command="application-exit"
81
        icon="application-exit"
82
        position="109000000"
83
        accelerator="Ctrl+Q"
84
        />
85 3691 caballero
86 34942 jjdelcerro
87 38564 jjdelcerro
      <menu text="File"
88
        position="100000000"
89
        is_separator="true"/>
90
      <menu text="File/Export"
91
        position="100900000"
92
        is_separator="true"/>
93
      <menu text="Edit"
94
        position="200000000"
95
        is_separator="true"/>
96
      <menu text="Selection"
97
        position="300000000"
98
        is_separator="true"/>
99
      <menu text="Show"
100
        position="400000000"
101
        is_separator="true"/>
102 11704 jaume
103 38564 jjdelcerro
      <menu text="Layer"
104
        position="600000000"
105
        is_separator="true"/>
106
      <menu text="Layer/Set_to"
107
        position="600400000"
108
        is_separator="true"/>
109 6450 jaume
110 38564 jjdelcerro
      <menu text="View"
111
        position="650000000"
112
        is_separator="true"/>
113
      <menu text="View/Navigation"
114
        position="650100000"
115
        is_separator="true"/>
116
      <menu text="View/Query"
117
        position="650700000"
118
        is_separator="true"/>
119
120
      <menu text="tools"
121
        position="900000000"
122
        is_separator="true"/>
123
      <menu text="tools/Development"
124
        position="908500000"
125
        is_separator="true"/>
126
      <menu text="tools/Development/Disposables"
127
        position="908500200"
128
        is_separator="true"/>
129
130
131
      <menu text="Window"
132
        position="960000000"
133
        is_separator="true"/>
134
      <menu text="Help"
135
        position="990000000"
136
        is_separator="true"/>
137 14821 jmvivo
138 38564 jjdelcerro
      <menu
139
        text="File/New_project"
140
        name= "application-project-new"
141
        />
142
      <menu
143
        text="File/Open_project"
144
        name="application-project-open"
145
        />
146
      <menu
147
        text="File/Save_project"
148
        name="application-project-save"
149
        />
150
      <menu
151
        text="File/Save_project_as"
152
        name="application-project-saveas"
153
        />
154
      <menu
155
        text="File/Exit"
156
        name="application-exit"
157
        />
158
      <tool-bar name="project" position="1">
159
        <action-tool name="application-project-new"/>
160
        <action-tool name="application-project-open"/>
161
        <action-tool name="application-project-save"/>
162
      </tool-bar>
163
    </extension>
164 14821 jmvivo
165 38564 jjdelcerro
    <extension class-name="org.gvsig.app.extension.ViewProjectWindow"
166
      description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
167
      active="true">
168 34942 jjdelcerro
169 38564 jjdelcerro
      <action
170
        name="show-project-manager"
171
        label="_Show_project"
172
        tooltip="_Show_project_window"
173
        action-command="show-project-manager"
174
        icon="show-project-manager"
175
        position="400100000"
176
        accelerator="Alt+P"
177
        />
178 14821 jmvivo
179 38564 jjdelcerro
      <menu
180
        text="Show/proyecto"
181
        name="show-project-manager"
182
        />
183
    </extension>
184 14821 jmvivo
185 38564 jjdelcerro
    <extension class-name="org.gvsig.app.extension.AddLayer"
186
      description="Extensi?n encargada de abrir las diferentes capas."
187
      active="true"
188
      priority="20">
189
      <action
190
        name="view-layer-add"
191
        label="_add_layer"
192
        tooltip="_Add_layer_to_view"
193
        action-command="view-layer-add"
194
        icon="view-layer-add"
195
        position="650300000"
196
        accelerator="Alt+O"
197
        />
198 34942 jjdelcerro
199 38564 jjdelcerro
      <menu
200
        name="view-layer-add"
201
        text="View/Add_layer"
202
        />
203
      <tool-bar name="view" position="30010">
204
        <action-tool name="view-layer-add"/>
205
      </tool-bar>
206
    </extension>
207 34942 jjdelcerro
208 38564 jjdelcerro
    <extension class-name="org.gvsig.app.extension.BasicSymbologyExtension"
209
      description="Enables the  symbology."
210
      active="true"
211
      priority="20">
212
    </extension>
213 14821 jmvivo
214 38564 jjdelcerro
    <extension class-name="org.gvsig.app.extension.ZoomPrev"
215
      description="Extensi?n encargada de gestionar los zooms previos al actual."
216
      active="true">
217
      <action
218
        name="view-navigation-zoom-back"
219
        label="_zoom_back"
220
        tooltip="_zoom_back"
221
        action-command="view-navigation-zoom-back"
222
        icon="view-navigation-zoom-back"
223
        position="650100700"
224
        accelerator=""
225
        />
226 14821 jmvivo
227 38564 jjdelcerro
      <menu
228
        name="view-navigation-zoom-back"
229
        text="View/Navigation/Zoom_back"
230
        />
231
      <tool-bar name="view_navigation" position ="3">
232
        <action-tool name="view-navigation-zoom-back"/>
233
      </tool-bar>
234
    </extension>
235 14821 jmvivo
236 38564 jjdelcerro
    <extension class-name="org.gvsig.app.extension.InfoToolExtension"
237
      description="Extensi?n encargada de gestionar la herramienta de info."
238
      active="true"
239
      priority="29">
240
      <action
241
        name="layer-info-by-point"
242
        label="_point_information"
243
        tooltip="_Show_point_information"
244
        action-command="layer-info-by-point"
245
        icon="layer-info-by-point"
246
        position="600200000"
247
        accelerator=""
248
        />
249
      <menu
250
        name="layer-info-by-point"
251
        text="View/Query/Information"
252
        />
253
      <tool-bar name="view_tools_query" position="5">
254
        <selectable-tool name="layer-info-by-point" />
255
      </tool-bar>
256
    </extension>
257
258
259
    <extension class-name="org.gvsig.app.extension.MetadataPropertiesExtension"
260
      description="Extensi?n encargada de mostrar los metadatos de la capa seleccionada."
261
      active="true">
262
    </extension>
263
264 14821 jmvivo
265 38564 jjdelcerro
    <extension class-name="org.gvsig.app.extension.ViewControls"
266
      description="Extensi?n encargada de gestionar la vista."
267
      active="true"
268
      priority="30">
269
      <combo-scale name="view-change-scale"
270
        label="1:"
271
        elements="1000;2000;5000;10000;25000;50000;100000;200000;500000;1000000;2000000;5000000"
272
          value="10000"
273
          action-command="view-change-scale" />
274
275
      <action
276
        name="view-change-scale"
277
        label="_Change_scale"
278
        action-command="view-change-scale"
279
        />
280 14821 jmvivo
281 38564 jjdelcerro
      <action
282
        name="view-navigation-zoom-in-topoint"
283
        label="_Zoom_in_to_point"
284
        position="650100400"
285
        action-command="view-navigation-zoom-in-topoint"
286
        icon="view-navigation-zoom-in-topoint"
287
        tooltip="_Zoom_in_to_point"
288
        accelerator=""
289
        />
290
      <action
291
        name="view-navigation-zoom-out-topoint"
292
        label="_Zoom_out_to_point"
293
        position="650100500"
294
        action-command="view-navigation-zoom-out-topoint"
295
        icon="view-navigation-zoom-out-topoint"
296
        tooltip="_Zoom_out_to_point"
297
        accelerator=""
298
        />
299
      <action
300
        name="view-navigation-zoom-all"
301
        label="_Zoom_all"
302
        position="650100800"
303
        action-command="view-navigation-zoom-all"
304
        icon="view-navigation-zoom-all"
305
        tooltip="_Zoom_all"
306
        accelerator=""
307
        />
308
      <action
309
        name="view-navigation-zoom-in-center"
310
        label="_Zoom_in_center"
311
        position="650100200"
312
        action-command="view-navigation-zoom-in-center"
313
        tooltip="_Zoom_in_center"
314
        icon="view-navigation-zoom-in-center"
315
        accelerator=""
316
        />
317
      <action
318
        name="view-navigation-zoom-out-center"
319
        label="_Zoom_out_center"
320
        position="650100300"
321
        action-command="view-navigation-zoom-out-center"
322
        tooltip="_Zoom_out_center"
323
        icon="view-navigation-zoom-out-center"
324
        accelerator=""
325
        />
326
      <action
327
        name="view-navigation-pan"
328
        label="_Move_the_map"
329
        position="650100100"
330
        action-command="view-navigation-pan"
331
        icon="view-navigation-pan"
332
        tooltip="_Move_the_map"
333
        accelerator=""
334
        />
335
      <action
336
        name="view-navigation-frame-manager"
337
        label="_Frame_manager"
338
        position="650109000"
339
        action-command="view-navigation-frame-manager"
340
        icon="view-navigation-frame-manager"
341
        tooltip="_Show_frame_manager"
342
        accelerator=""
343
        />
344 14821 jmvivo
345 38564 jjdelcerro
346
      <action
347
        name="layer-set-visible"
348
        label="_Show_layers"
349
        position="600400100"
350
        action-command="layer-set-visible"
351
        icon="layer-set-visible"
352
        tooltip="_Show_layers"
353
        accelerator=""
354
        />
355
      <action
356
        name="layer-set-hide"
357
        label="_Hide_layers"
358
        position="600400200"
359
        action-command="layer-set-hide"
360
        icon="layer-set-hide"
361
        tooltip="_Hide_layers"
362
        accelerator=""
363
        />
364
      <action
365
        name="layer-set-active"
366
        label="_Set_Layers_active"
367
        position="600400300"
368
        action-command="layer-set-active"
369
        icon="layer-set-active"
370
        tooltip="_Set_Layers_active"
371
        accelerator=""
372
        />
373
      <action
374
        name="layer-set-inactive"
375
        label="_Set_Layers_inactive"
376
        position="600400400"
377
        action-command="layer-set-inactive"
378
        icon="layer-set-inactive"
379
        tooltip="_Set_Layers_inactive"
380
        accelerator=""
381
        />
382 5799 caballero
383 38564 jjdelcerro
      <action
384
        name="view-locator-setup"
385
        label="_Locator_setup"
386
        position="658000000"
387
        action-command="view-locator-setup"
388
        icon="view-locator-setup"
389
        tooltip="_Locator_setup"
390
        accelerator=""
391
        />
392 14821 jmvivo
393 38564 jjdelcerro
      <menu
394
        name="view-navigation-zoom-in-topoint"
395
        text="View/Navigation/Zoom_in"
396
        />
397
      <menu
398
        name="view-navigation-zoom-out-topoint"
399
        text="View/Navigation/Zoom_out"
400
        />
401
      <menu
402
        name="view-navigation-zoom-all"
403
        text="View/Navigation/Zoom_all"
404
        />
405
      <menu
406
        name="view-navigation-zoom-in-center"
407
        text="View/Navigation/Zoom_in_to_center"
408
        />
409
      <menu
410
        name="view-navigation-zoom-out-center"
411
        text="View/Navigation/Zoom_out_to_center"
412
        />
413
      <menu
414
        name="view-navigation-pan"
415
        text="View/Navigation/Pan"
416
        />
417
      <menu
418
        name="view-navigation-frame-manager"
419
        text="View/Navigation/Frame_manager"
420
        />
421 14821 jmvivo
422 38564 jjdelcerro
423
      <menu
424
        name="layer-set-visible"
425
        text="Layer/Set_to/visible"
426
        />
427
      <menu
428
        name="layer-set-hide"
429
        text="Layer/Set_to/Hidden"
430
        />
431
      <menu
432
        name="layer-set-active"
433
        text="Layer/Set_to/Active"
434
        />
435
      <menu
436
        name="layer-set-inactive"
437
        text="Layer/Set_to/Inactive"
438
        />
439
440
      <menu
441
        name="view-locator-setup"
442
        text="View/Locator_setup"
443
        />
444
445
446
      <tool-bar name="view_navigation" position="3">
447
        <selectable-tool name="view-navigation-zoom-in-topoint" is-default="true" />
448
        <selectable-tool name="view-navigation-zoom-out-topoint" />
449
        <action-tool name="view-navigation-zoom-all"  />
450
        <action-tool name="view-navigation-zoom-in-center"  />
451
        <action-tool name="view-navigation-zoom-out-center"  />
452
      </tool-bar>
453
454
      <tool-bar name="view_navigation" position ="4">
455
        <selectable-tool name="view-navigation-pan"/>
456
        <action-tool name="view-navigation-frame-manager" />
457
      </tool-bar>
458
459
    </extension>
460
461
    <extension class-name="org.gvsig.app.extension.MeasureExtension"
462
      description="Extensi?n encargada de gestionar las operaciones de medir sobre la vista."
463
      active="true"
464
      priority="30">
465
      <action
466
        name="view-query-distance"
467
        label="_Query_distance"
468
        position="650700200"
469
        action-command="view-query-distance"
470
        icon="view-query-distance"
471
        tooltip="_Query_distance"
472
        accelerator=""
473
        />
474
      <action
475
        name="view-query-area"
476
        label="_Query_area"
477
        position="650700100"
478
        action-command="view-query-area"
479
        icon="view-query-area"
480
        tooltip="_Query_area"
481
        accelerator=""
482
        />
483
484
485
      <menu
486
        name="view-query-distance"
487
        text="View/Query/Distance"
488
        />
489
      <menu
490
        name="view-query-area"
491
        text="View/Query/Area"
492
        />
493
494
      <tool-bar name="view_tools_query" position="5">
495
        <selectable-tool name="view-query-distance" />
496
        <selectable-tool name="view-query-area" />
497
      </tool-bar>
498
499
    </extension>
500
501
    <extension class-name="org.gvsig.app.extension.ViewSelectionControls"
502
      description="Extensi?n encargada de gestionar la vista."
503
      active="true"
504
      priority="30">
505
      <action
506
        name="selection-simple-select-view"
507
        label="_Simple_select"
508
        position="300700000"
509
        action-command="selection-simple-select"
510
        icon="selection-simple-select"
511
        tooltip="_Simple_select"
512
        accelerator=""
513
        />
514
      <action
515
        name="selection-select-by-rectangle-view"
516
        label="_Select_by_rectangle"
517
        position="301200000"
518
        action-command="selection-select-by-rectangle-view"
519
        icon="selection-select-by-rectangle"
520
        tooltip="_Select_by_rectangle"
521
        accelerator=""
522
        />
523
      <action
524
        name="selection-select-by-polygon"
525
        label="_Select_by_polygon"
526
        position="301300000"
527
        action-command="selection-select-by-polygon"
528
        icon="selection-select-by-polygon"
529
        tooltip="_Select_by_polygon"
530
        accelerator=""
531
        />
532
533
534
      <menu
535
        name="selection-simple-select-view"
536
        text="Selection/Simple"
537
        />
538
      <menu
539
        name="selection-select-by-rectangle-view"
540
        text="Selection/Select_by_rectangle"
541
        />
542
      <menu
543
        name="selection-select-by-polygon"
544
        text="Selection/Select_by_polygon"
545
        />
546
547
      <tool-bar name="view_selection" position="6">
548
        <selectable-tool name="selection-simple-select-view" />
549
        <selectable-tool name="selection-select-by-rectangle-view" />
550
        <selectable-tool name="selection-select-by-polygon" />
551
      </tool-bar>
552
553
    </extension>
554
555
    <extension class-name="org.gvsig.app.extension.ViewSelectionByTheme"
556
      description="Extensi?n encargada de la selecci?n por tema."
557
      active="true"
558
      priority="30">
559
      <action
560
        name="selection-select-by-layer"
561
        position="301100000"
562
        label="_Select_by_layer"
563
        action-command="selection-select-by-layer"
564
        icon="selection-select-by-layer"
565
        tooltip="_Select_by_layer"
566
        accelerator=""
567
        />
568
569
      <menu
570
        name="selection-select-by-layer"
571
        text="Selection/Select_by_layer"
572
        />
573
    </extension>
574
575
    <extension class-name="org.gvsig.app.extension.ViewInvertSelection"
576
      description="Extensi?n encargada de hacer la selecci?n inversa."
577
      active="true"
578
      priority="30">
579
      <action
580
        name="selection-reverse-view"
581
        label="_Reverse_selection"
582
        position="300500000"
583
        action-command="selection-reverse-view"
584
        icon="selection-reverse"
585
        tooltip="_Reverse_selection"
586
        accelerator=""
587
        />
588
589
      <menu
590
        name="selection-reverse-view"
591
        text="Selection/Reverse"
592
        />
593
594
      <tool-bar name="view_selection" position="6">
595
          <action-tool name="selection-reverse-view" />
596
      </tool-bar>
597
598
    </extension>
599
600
    <extension class-name="org.gvsig.app.extension.ViewPropertiesExtension"
601
      description="Extensi?n encargada de gestionar el di?logo de propiedades de la vista."
602
      active="true">
603
      <action
604
        name="view-properties"
605
        label="_View_properties"
606
        position="659000000"
607
        action-command="view-properties"
608
        icon="view-properties"
609
        tooltip="_Show_view_properties"
610
        accelerator=""
611
        />
612
613
614
      <menu
615
        name="view-properties"
616
        text="View/Properties"
617
        />
618
619
    </extension>
620
621
    <extension class-name="org.gvsig.app.extension.ZoomToSelectExtension"
622
      description="Extensi?n encargada de gestionar los eventos realizados sobre una capa."
623
      active="true">
624
625
      <action
626
        name="view-navigation-zoom-to-selection"
627
        label="_Zoom_to_selection"
628
        position="650100900"
629
        action-command="view-navigation-zoom-to-selection"
630
        icon="view-navigation-zoom-to-selection"
631
        tooltip="_Zoom_to_selection"
632
        accelerator=""
633
        />
634
635
      <menu
636
        name="view-navigation-zoom-to-selection"
637
        text="View/Navigation/Zoom_to_selection"
638
        />
639
640
      <tool-bar name="view_navigation" position="3">
641
        <action-tool name="view-navigation-zoom-to-selection" />
642
      </tool-bar>
643
644
    </extension>
645
646
    <extension class-name="org.gvsig.app.extension.ClearSelectionExtension"
647
      description="Extensi?n encargada de limpiar la selecci?n."
648
      active="true">
649
650
      <action
651
        name="selection-clear-view"
652
        label="_Clear_selection"
653
        position="300300000"
654
        action-command="selection-clear-view"
655
        icon="edit-clear"
656
        tooltip="_Clear_selection"
657
        accelerator=""
658
        />
659
660
      <menu
661
        name="selection-clear-view"
662
        text="Selection/clear"
663
        />
664
665
      <tool-bar name="view_selection" position="6">
666
        <action-tool name="selection-clear-view" />
667
      </tool-bar>
668
669
    </extension>
670
671
    <extension class-name="org.gvsig.app.extension.FiltroExtension"
672
      description="Extensi?n encargada de abrir el di?logo para filtrar una vista."
673
      active="true">
674
675
      <action
676
        name="layer-filter"
677
        label="_Filter_layer"
678
        position="600100000"
679
        icon="layer-filter"
680
        tooltip="_Filter_layer"
681
        action-command="layer-filter"
682
        accelerator=""
683
        />
684
685
      <menu
686
        name="layer-filter"
687
        text="Layer/Filter"
688
        />
689
690
      <tool-bar name="layer_tools" position="12">
691
        <action-tool name="layer-filter" />
692
      </tool-bar>
693
694
    </extension>
695
696
    <extension class-name="org.gvsig.app.extension.dispose.DisposableManagementExtension"
697
      description="Extensi?n con informaci?n sobre disposables."
698
      active="true"
699
      priority="1000">
700
701
      <action
702
        name="tools-devel-disposables-show-pendings"
703
        label="_Show_pendings_disposables"
704
        position="908500200"
705
        tooltip="_Show_pendings_disposables"
706
        action-command="tools-devel-disposables-show-pendings"
707
        icon="tools-devel-disposables-show-pendings"
708
        accelerator=""
709
        />
710
      <action
711
        name="tools-devel-disposables-free-all"
712
        label="_Free_all_disposables"
713
        position="908500201"
714
        action-command="tools-devel-disposables-free-all"
715
        icon="tools-devel-disposables-free-all"
716
        tooltip="_Free_all_disposables"
717
        accelerator=""
718
        />
719
720
      <menu
721
        name="tools-devel-disposables-show-pendings"
722
        text="tools/Development/Disposables/Show_pendings"
723
        />
724
      <menu
725
        name="tools-devel-disposables-free-all"
726
        text="tools/Development/Disposables/Free_all"
727
        />
728
729
    </extension>
730
731
    <extension class-name="org.gvsig.app.extension.ShowDevelInfoExtension"
732
      description="Presenta informacion relevante para debug."
733
      active="true"
734
      priority="30">
735
      <action
736
        name="tools-devel-show-persistencefactories"
737
        label="_Show_persistence_factories"
738
        tooltip="_Show_persistence_factories"
739
        position="908500400"
740
        action-command="tools-devel-show-persistencefactories"
741
        icon="tools-devel-show-persistencefactories"
742
        accelerator=""
743
        />
744
      <action
745
        name="tools-devel-show-icontheme"
746
        label="_Show_icon_theme_information"
747
        tooltip="_Show_icon_theme_information"
748
        position="908500300"
749
        action-command="tools-devel-show-icontheme"
750
        icon="tools-devel-show-icontheme"
751
        accelerator=""
752
        />
753
      <action
754
        name="tools-devel-show-actions"
755
        label="_Show_actions_information"
756
        tooltip="_Show_actions_information"
757
        position="908500100"
758
        action-command="tools-devel-show-actions"
759
        icon="tools-devel-show-actions"
760
        accelerator=""
761
        />
762
      <action
763
        name="tools-devel-show-menus"
764
        label="_Show_menu_information"
765
        tooltip="_Show_menu_information"
766
        position="908500200"
767
        action-command="tools-devel-show-menus"
768
        icon="tools-devel-show-menus"
769
        accelerator=""
770
        />
771
      <action
772
        name="tools-devel-show-menus-by-plugin"
773
        label="_Show_menu_by_plugin_information"
774
        tooltip="_Show_menu_ordered_by_plugin_information"
775
        position="908500300"
776
        action-command="tools-devel-show-menus-by-plugin"
777
        icon="tools-devel-show-menus-by-plugin"
778
        accelerator=""
779
        />
780
      <menu
781
        name="tools-devel-show-persistencefactories"
782
        text="tools/Development/Show persistence factories"
783
        />
784
      <menu
785
        name="tools-devel-show-icontheme"
786
        text="tools/Development/Show icon theme information"
787
        />
788
      <menu
789
        name="tools-devel-show-actions"
790
        text="tools/Development/Show actions information"
791
        />
792
      <menu
793
        name="tools-devel-show-menus"
794
        text="tools/Development/Show menu information"
795
        />
796
      <menu
797
        name="tools-devel-show-menus-by-plugin"
798
        text="tools/Development/Show menu by plugin information"
799
        />
800
801
    </extension>
802
803
804
    <extension class-name="org.gvsig.app.extension.PaletteViewInfoExtension"
805
      description="Extensi?n encargada transformar la ventana activa en palette."
806
      active="true">
807
808
      <action
809
        name="window-convert-to-tool"
810
        label="_Convert_to_tool"
811
        tooltip="_Convert_regular_window_to_tool_window"
812
        position="960300000"
813
        action-command="window-convert-to-tool"
814
        icon="window-convert-to-tool"
815
        accelerator=""
816
        />
817
818
      <menu
819
        name="window-convert-to-tool"
820
        text="Window/Convert_to_tool"
821
        />
822
823
    </extension>
824
825
    <extension class-name="org.gvsig.app.extension.RestoreViewInfoExtension"
826
      description="Extensi?n encargada transformar la ventana palette en su original."
827
      active="true">
828
829
      <action
830
        name="window-restore-from-tool"
831
        label="_Restore_tool"
832
        tooltip="_Restore_tool_window_to_regular_window"
833
        position="960400000"
834
        action-command="window-restore-from-tool"
835
        icon="window-restore-from-tool"
836
        accelerator=""
837
        />
838
839
840
      <menu
841
        name="window-restore-from-tool"
842
        text="Windows/Restore_from_tool"
843
        />
844
845
    </extension>
846
847
    <extension class-name="org.gvsig.app.extension.About"
848
      description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
849
      active="true"
850
      priority="90090">
851
852
      <action
853
        name="help-about"
854
        label="_About"
855
        tooltip="_Show_about"
856
        position="999000000"
857
        action-command="help-about"
858
        icon="help-about"
859
        accelerator=""
860
        />
861
862
      <menu
863
        name="help-about"
864
        text="Help/About"
865
        />
866
867
    </extension>
868
869
  </extensions>
870
871 595 fernando
</plugin-config>