Statistics
| Revision:

svn-gvsig-desktop / branches / v2_0_0_prep / applications / appgvSIG / config / config.xml @ 38934

History | View | Annotate | Download (26 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
  <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
  <!-- 
17
  <popup-menus>
18
    <popup-menu name="view.toc.context.menu">
19
      <menu name="view-layer-add"/>
20
    </popup-menu>
21
  </popup-menus>
22
  -->
23
  
24
  <extensions>
25
    <extension class-name="org.gvsig.app.extension.InitialWarningExtension"
26
      description="Initial warning message"
27
      active="true"
28
      priority="1">
29
    </extension>
30

    
31
    <extension class-name="org.gvsig.app.extension.InitializeApplicationExtension"
32
      description="Initialize application extension"
33
      active="true"
34
      priority="99999">
35
    </extension>
36

    
37
    <extension class-name="org.gvsig.app.extension.ProjectExtension"
38
      description="Extensi?n encargada de gestionar los proyectos."
39
      active="true"
40
      priority="10">
41

    
42
      <action 
43
        name= "application-project-new"
44
        label="nuevo_proyecto"
45
        tooltip="_create_a_new_project"
46
        action-command="application-project-new" 
47
        icon="application-project-new"
48
        position="100100000"
49
        accelerator="Ctrl+N"
50
        />
51
      <action
52
        name="application-project-open"
53
        label="abrir_proyecto"
54
        tooltip="_open_a_project"
55
        action-command="application-project-open" 
56
        icon="application-project-open"
57
        position="100200000"
58
        accelerator="Ctrl+O"
59
        />
60
      <action 
61
        name="application-project-save"
62
        label="guardar_proyecto"
63
        tooltip="_save_the_current_project"
64
        action-command="application-project-save" 
65
        icon="application-project-save"
66
        position="100300000"
67
        accelerator="Ctrl+S"
68
        />
69
      <action 
70
        name="application-project-saveas"
71
        label="guardar_proyecto_como"
72
        tooltip="_save_the_current_project_in_a_new_file"
73
        action-command="application-project-save-as" 
74
        icon="application-project-save-as"
75
        position="100400000"
76
        accelerator="Ctrl+Shift+S"
77
        />
78
      <action 
79
        name="application-exit"
80
        label="salir"
81
        tooltip="_exit_of_application"
82
        action-command="application-exit" 
83
        icon="application-exit"
84
        position="109000000"
85
        accelerator="Ctrl+Q"
86
        />
87

    
88

    
89
      <menu text="File"
90
        position="100000000"
91
        is_separator="true"/>
92
      <menu text="File/Export"
93
        position="100900000"
94
        is_separator="true"/>
95
      <menu text="Edit"
96
        position="200000000"
97
        is_separator="true"/>
98
      <menu text="Selection"
99
        position="300000000"
100
        is_separator="true"/>
101
      <menu text="Show"
102
        position="400000000"
103
        is_separator="true"/>
104

    
105
      <menu text="Layer"
106
        position="600000000"
107
        is_separator="true"/>
108
      <menu text="Layer/Set_to"
109
        position="600400000"
110
        is_separator="true"/>
111

    
112
      <menu text="View"
113
        position="650000000"
114
        is_separator="true"/>
115
      <menu text="View/Navigation"
116
        position="650100000"
117
        is_separator="true"/>
118
      <menu text="View/Query"
119
        position="650700000"
120
        is_separator="true"/>
121
        
122
      <menu text="tools"
123
        position="900000000"
124
        is_separator="true"/>
125
      <menu text="tools/Development"
126
        position="908500000" 
127
        is_separator="true"/>
128
      <menu text="tools/Development/Disposables"
129
        position="908500200" 
130
        is_separator="true"/>
131
        
132
        
133
      <menu text="Window"
134
        position="960000000"
135
        is_separator="true"/>
136
      <menu text="Help"
137
        position="990000000"
138
        is_separator="true"/>
139

    
140
      <menu 
141
        text="File/New_project"
142
        name= "application-project-new"
143
        />
144
      <menu 
145
        text="File/Open_project"
146
        name="application-project-open"
147
        />
148
      <menu 
149
        text="File/Save_project"
150
        name="application-project-save"
151
        />
152
      <menu 
153
        text="File/Save_project_as"
154
        name="application-project-saveas"
155
        />
156
      <menu 
157
        text="File/Exit"
158
        name="application-exit"
159
        />
160
      <tool-bar name="project" position="1">
161
        <action-tool name="application-project-new"/>
162
        <action-tool name="application-project-open"/>
163
        <action-tool name="application-project-save"/>
164
      </tool-bar>
165
    </extension>
166

    
167
    <extension class-name="org.gvsig.app.extension.ViewProjectWindow"
168
      description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
169
      active="true">
170

    
171
      <action 
172
        name="show-project-manager"
173
        label="_Show_project"
174
        tooltip="_Show_project_window"
175
        action-command="show-project-manager" 
176
        icon="show-project-manager"
177
        position="400100000"
178
        accelerator="Alt+P"
179
        />
180

    
181
      <menu 
182
        text="Show/proyecto"
183
        name="show-project-manager"
184
        />
185
    </extension>
186

    
187
    <extension class-name="org.gvsig.app.extension.AddLayer"
188
      description="Extensi?n encargada de abrir las diferentes capas."
189
      active="true"
190
      priority="20">
191
      <action 
192
        name="view-layer-add"
193
        label="_add_layer"
194
        tooltip="_Add_layer_to_view"
195
        action-command="view-layer-add" 
196
        icon="view-layer-add"
197
        position="650300000"
198
        accelerator="Alt+O"
199
        />
200

    
201
      <menu 
202
        name="view-layer-add"
203
        text="View/Add_layer" 
204
        />
205
      <tool-bar name="view" position="30010">
206
        <action-tool name="view-layer-add"/>
207
      </tool-bar>
208
    </extension>
209

    
210
    <extension class-name="org.gvsig.app.extension.BasicSymbologyExtension"
211
      description="Enables the  symbology."
212
      active="true"
213
      priority="20">
214
    </extension>
215

    
216
    <extension class-name="org.gvsig.app.extension.ZoomPrev"
217
      description="Extensi?n encargada de gestionar los zooms previos al actual."
218
      active="true">
219
      <action 
220
        name="view-navigation-zoom-back"
221
        label="_zoom_back"
222
        tooltip="_zoom_back"
223
        action-command="view-navigation-zoom-back" 
224
        icon="view-navigation-zoom-back"
225
        position="650100700"
226
        accelerator=""
227
        />
228

    
229
      <menu 
230
        name="view-navigation-zoom-back"
231
        text="View/Navigation/Zoom_back"  
232
        />
233
      <tool-bar name="view_navigation" position ="3">
234
        <action-tool name="view-navigation-zoom-back"/>
235
      </tool-bar>
236
    </extension>
237

    
238
    <extension class-name="org.gvsig.app.extension.InfoToolExtension"
239
      description="Extensi?n encargada de gestionar la herramienta de info."
240
      active="true"
241
      priority="29">
242
      <action 
243
        name="layer-info-by-point"
244
        label="_point_information"
245
        tooltip="_Show_point_information"
246
        action-command="layer-info-by-point" 
247
        icon="layer-info-by-point"
248
        position="600200000"
249
        accelerator=""
250
        />
251
      <menu 
252
        name="layer-info-by-point"
253
        text="View/Query/Information" 
254
        />
255
      <tool-bar name="view_tools_query" position="5">
256
        <selectable-tool name="layer-info-by-point" />
257
      </tool-bar>
258
    </extension>
259
    
260
    
261
    <extension class-name="org.gvsig.app.extension.MetadataPropertiesExtension"
262
      description="Extensi?n encargada de mostrar los metadatos de la capa seleccionada."
263
      active="true">
264
    </extension>
265
    
266

    
267
    <extension class-name="org.gvsig.app.extension.ViewControls"
268
      description="Extensi?n encargada de gestionar la vista."
269
      active="true"
270
      priority="30">
271
      <combo-scale name="view-change-scale"
272
        label="1:"
273
        elements="1000;2000;5000;10000;25000;50000;100000;200000;500000;1000000;2000000;5000000"
274
          value="10000"
275
          action-command="view-change-scale" />
276
         
277
      <action 
278
        name="view-change-scale"
279
        label="_Change_scale" 
280
        action-command="view-change-scale" 
281
        />
282

    
283
      <action 
284
        name="view-navigation-zoom-in-topoint"
285
        label="_Zoom_in_to_point" 
286
        position="650100400" 
287
        action-command="view-navigation-zoom-in-topoint" 
288
        icon="view-navigation-zoom-in-topoint"
289
        tooltip="_Zoom_in_to_point"
290
        accelerator=""
291
        />
292
      <action 
293
        name="view-navigation-zoom-out-topoint"
294
        label="_Zoom_out_to_point" 
295
        position="650100500" 
296
        action-command="view-navigation-zoom-out-topoint" 
297
        icon="view-navigation-zoom-out-topoint"
298
        tooltip="_Zoom_out_to_point"
299
        accelerator=""
300
        />
301
      <action 
302
        name="view-navigation-zoom-all"
303
        label="_Zoom_all" 
304
        position="650100800" 
305
        action-command="view-navigation-zoom-all" 
306
        icon="view-navigation-zoom-all"
307
        tooltip="_Zoom_all" 
308
        accelerator=""
309
        />
310
      <action 
311
        name="view-navigation-zoom-in-center"
312
        label="_Zoom_in_center" 
313
        position="650100200" 
314
        action-command="view-navigation-zoom-in-center" 
315
        tooltip="_Zoom_in_center" 
316
        icon="view-navigation-zoom-in-center"
317
        accelerator=""
318
        />
319
      <action 
320
        name="view-navigation-zoom-out-center"
321
        label="_Zoom_out_center" 
322
        position="650100300" 
323
        action-command="view-navigation-zoom-out-center" 
324
        tooltip="_Zoom_out_center" 
325
        icon="view-navigation-zoom-out-center"
326
        accelerator=""
327
        />
328
      <action 
329
        name="view-navigation-pan"
330
        label="_Move_the_map" 
331
        position="650100100" 
332
        action-command="view-navigation-pan" 
333
        icon="view-navigation-pan"
334
        tooltip="_Move_the_map"
335
        accelerator=""
336
        />
337
      <action 
338
        name="view-navigation-frame-manager"
339
        label="_Frame_manager" 
340
        position="650109000" 
341
        action-command="view-navigation-frame-manager" 
342
        icon="view-navigation-frame-manager"
343
        tooltip="_Show_frame_manager"
344
        accelerator=""
345
        />
346

    
347
      
348
      <action 
349
        name="layer-set-visible"
350
        label="_Show_layers" 
351
        position="600400100" 
352
        action-command="layer-set-visible"
353
        icon="layer-set-visible"
354
        tooltip="_Show_layers"
355
        accelerator=""
356
        />
357
      <action 
358
        name="layer-set-hide"
359
        label="_Hide_layers" 
360
        position="600400200"
361
        action-command="layer-set-hide"
362
        icon="layer-set-hide"
363
        tooltip="_Hide_layers"
364
        accelerator=""
365
        />
366
      <action 
367
        name="layer-set-active"
368
        label="_Set_Layers_active" 
369
        position="600400300"
370
        action-command="layer-set-active"
371
        icon="layer-set-active"
372
        tooltip="_Set_Layers_active"
373
        accelerator=""
374
        />
375
      <action 
376
        name="layer-set-inactive"
377
        label="_Set_Layers_inactive" 
378
        position="600400400" 
379
        action-command="layer-set-inactive"
380
        icon="layer-set-inactive"
381
        tooltip="_Set_Layers_inactive"
382
        accelerator=""
383
        />
384

    
385
      <action 
386
        name="view-locator-setup"
387
        label="_Locator_setup" 
388
        position="658000000" 
389
        action-command="view-locator-setup"
390
        icon="view-locator-setup"
391
        tooltip="_Locator_setup"
392
        accelerator=""
393
        />
394

    
395
      <menu 
396
        name="view-navigation-zoom-in-topoint"
397
        text="View/Navigation/Zoom_in" 
398
        />
399
      <menu 
400
        name="view-navigation-zoom-out-topoint"
401
        text="View/Navigation/Zoom_out" 
402
        />
403
      <menu 
404
        name="view-navigation-zoom-all"
405
        text="View/Navigation/Zoom_all" 
406
        />
407
      <menu 
408
        name="view-navigation-zoom-in-center"
409
        text="View/Navigation/Zoom_in_to_center" 
410
        />
411
      <menu 
412
        name="view-navigation-zoom-out-center"
413
        text="View/Navigation/Zoom_out_to_center" 
414
        />
415
      <menu 
416
        name="view-navigation-pan"
417
        text="View/Navigation/Pan" 
418
        />
419
      <menu 
420
        name="view-navigation-frame-manager"
421
        text="View/Navigation/Frame_manager" 
422
        />
423

    
424
      
425
      <menu 
426
        name="layer-set-visible"
427
        text="Layer/Set_to/visible" 
428
        />
429
      <menu 
430
        name="layer-set-hide"
431
        text="Layer/Set_to/Hidden" 
432
        />
433
      <menu 
434
        name="layer-set-active"
435
        text="Layer/Set_to/Active" 
436
        />
437
      <menu 
438
        name="layer-set-inactive"
439
        text="Layer/Set_to/Inactive" 
440
        />
441

    
442
      <menu 
443
        name="view-locator-setup"
444
        text="View/Locator_setup" 
445
        />
446
      
447
      
448
      <tool-bar name="view_navigation" position="3">
449
        <selectable-tool name="view-navigation-zoom-in-topoint" is-default="true" />
450
        <selectable-tool name="view-navigation-zoom-out-topoint" />
451
        <action-tool name="view-navigation-zoom-all"  />
452
        <action-tool name="view-navigation-zoom-in-center"  />
453
        <action-tool name="view-navigation-zoom-out-center"  />
454
      </tool-bar>
455
      
456
      <tool-bar name="view_navigation" position ="4">
457
        <selectable-tool name="view-navigation-pan"/>
458
        <action-tool name="view-navigation-frame-manager" />
459
      </tool-bar>
460

    
461
    </extension>
462

    
463
    <extension class-name="org.gvsig.app.extension.MeasureExtension"
464
      description="Extensi?n encargada de gestionar las operaciones de medir sobre la vista."
465
      active="true"
466
      priority="30">
467
      <action 
468
        name="view-query-distance"
469
        label="_Query_distance" 
470
        position="650700200" 
471
        action-command="view-query-distance" 
472
        icon="view-query-distance"
473
        tooltip="_Query_distance" 
474
        accelerator=""
475
        />
476
      <action 
477
        name="view-query-area"
478
        label="_Query_area" 
479
        position="650700100" 
480
        action-command="view-query-area" 
481
        icon="view-query-area"
482
        tooltip="_Query_area"
483
        accelerator=""
484
        />
485

    
486

    
487
      <menu 
488
        name="view-query-distance"
489
        text="View/Query/Distance" 
490
        />
491
      <menu 
492
        name="view-query-area"
493
        text="View/Query/Area" 
494
        />
495

    
496
      <tool-bar name="view_tools_query" position="5">
497
        <selectable-tool name="view-query-distance" />
498
        <selectable-tool name="view-query-area" />
499
      </tool-bar>
500

    
501
    </extension>
502

    
503
    <extension class-name="org.gvsig.app.extension.ViewSelectionControls"
504
      description="Extensi?n encargada de gestionar la vista."
505
      active="true"
506
      priority="30">
507
      <action 
508
        name="selection-simple-select-view"
509
        label="_Simple_select" 
510
        position="300700000" 
511
        action-command="selection-simple-select-view" 
512
        icon="selection-simple-select"
513
        tooltip="_Simple_select" 
514
        accelerator=""
515
        />
516
      <action 
517
        name="selection-select-by-rectangle-view"
518
        label="_Select_by_rectangle" 
519
        position="301200000" 
520
        action-command="selection-select-by-rectangle-view" 
521
        icon="selection-select-by-rectangle"
522
        tooltip="_Select_by_rectangle" 
523
        accelerator=""
524
        />
525
      <action
526
        name="selection-select-by-polygon"
527
        label="_Select_by_polygon" 
528
        position="301300000" 
529
        action-command="selection-select-by-polygon" 
530
        icon="selection-select-by-polygon"
531
        tooltip="_Select_by_polygon" 
532
        accelerator=""
533
        />
534

    
535

    
536
      <menu 
537
        name="selection-simple-select-view"
538
        text="Selection/Simple" 
539
        />
540
      <menu 
541
        name="selection-select-by-rectangle-view"
542
        text="Selection/Select_by_rectangle" 
543
        />
544
      <menu 
545
        name="selection-select-by-polygon"
546
        text="Selection/Select_by_polygon" 
547
        />
548

    
549
      <tool-bar name="view_selection" position="6">
550
        <selectable-tool name="selection-simple-select-view" />
551
        <selectable-tool name="selection-select-by-rectangle-view" />
552
        <selectable-tool name="selection-select-by-polygon" />
553
      </tool-bar>
554

    
555
    </extension>
556
    
557
    <extension class-name="org.gvsig.app.extension.ViewSelectionByTheme"
558
      description="Extensi?n encargada de la selecci?n por tema."
559
      active="true"
560
      priority="30">
561
      <action 
562
        name="selection-select-by-layer"
563
        position="301100000"
564
        label="_Select_by_layer" 
565
        action-command="selection-select-by-layer"
566
        icon="selection-select-by-layer"
567
        tooltip="_Select_by_layer" 
568
        accelerator=""
569
        />
570

    
571
      <menu 
572
        name="selection-select-by-layer"
573
        text="Selection/Select_by_layer" 
574
        />
575
    </extension>
576
        
577
    <extension class-name="org.gvsig.app.extension.ViewInvertSelection"
578
      description="Extensi?n encargada de hacer la selecci?n inversa."
579
      active="true"
580
      priority="30">
581
      <action 
582
        name="selection-reverse-view"
583
        label="_Reverse_selection" 
584
        position="300500000" 
585
        action-command="selection-reverse-view" 
586
        icon="selection-reverse"
587
        tooltip="_Reverse_selection" 
588
        accelerator=""
589
        />
590

    
591
      <menu 
592
        name="selection-reverse-view"
593
        text="Selection/Reverse" 
594
        />
595

    
596
      <tool-bar name="view_selection" position="6">
597
          <action-tool name="selection-reverse-view" />
598
      </tool-bar>
599

    
600
    </extension>
601
        
602
    <extension class-name="org.gvsig.app.extension.ViewPropertiesExtension"
603
      description="Extensi?n encargada de gestionar el di?logo de propiedades de la vista."
604
      active="true">
605
      <action 
606
        name="view-properties"
607
        label="_View_properties" 
608
        position="659000000" 
609
        action-command="view-properties"
610
        icon="view-properties"
611
        tooltip="_Show_view_properties" 
612
        accelerator=""
613
        />
614

    
615

    
616
      <menu 
617
        name="view-properties"
618
        text="View/Properties" 
619
        />
620

    
621
    </extension>
622

    
623
    <extension class-name="org.gvsig.app.extension.ZoomToSelectExtension"
624
      description="Extensi?n encargada de gestionar los eventos realizados sobre una capa."
625
      active="true">
626

    
627
      <action 
628
        name="view-navigation-zoom-to-selection"
629
        label="_Zoom_to_selection" 
630
        position="650100900" 
631
        action-command="view-navigation-zoom-to-selection" 
632
        icon="view-navigation-zoom-to-selection"
633
        tooltip="_Zoom_to_selection" 
634
        accelerator=""
635
        />
636

    
637
      <menu 
638
        name="view-navigation-zoom-to-selection"
639
        text="View/Navigation/Zoom_to_selection" 
640
        />
641

    
642
      <tool-bar name="view_navigation" position="3">
643
        <action-tool name="view-navigation-zoom-to-selection" />
644
      </tool-bar>
645

    
646
    </extension>
647

    
648
    <extension class-name="org.gvsig.app.extension.ClearSelectionExtension"
649
      description="Extensi?n encargada de limpiar la selecci?n."
650
      active="true">
651

    
652
      <action 
653
        name="selection-clear-view"
654
        label="_Clear_selection" 
655
        position="300300000" 
656
        action-command="selection-clear-view" 
657
        icon="edit-clear"
658
        tooltip="_Clear_selection" 
659
        accelerator=""
660
        />
661

    
662
      <menu 
663
        name="selection-clear-view"
664
        text="Selection/clear" 
665
        />
666

    
667
      <tool-bar name="view_selection" position="6">
668
        <action-tool name="selection-clear-view" />
669
      </tool-bar>
670

    
671
    </extension>
672

    
673
    <extension class-name="org.gvsig.app.extension.FiltroExtension"
674
      description="Extensi?n encargada de abrir el di?logo para filtrar una vista."
675
      active="true">
676

    
677
      <action 
678
        name="layer-filter"
679
        label="_Filter_layer" 
680
        position="600100000" 
681
        icon="layer-filter" 
682
        tooltip="_Filter_layer" 
683
        action-command="layer-filter"
684
        accelerator=""
685
        />
686

    
687
      <menu 
688
        name="layer-filter"
689
        text="Layer/Filter" 
690
        />
691

    
692
      <tool-bar name="layer_tools" position="12">
693
        <action-tool name="layer-filter" />
694
      </tool-bar>
695

    
696
    </extension>
697

    
698
    <extension class-name="org.gvsig.app.extension.dispose.DisposableManagementExtension"
699
      description="Extensi?n con informaci?n sobre disposables."
700
      active="true"
701
      priority="1000">
702

    
703
      <action 
704
        name="tools-devel-disposables-show-pendings"
705
        label="_Show_pendings_disposables" 
706
        position="908500200"  
707
        tooltip="_Show_pendings_disposables" 
708
        action-command="tools-devel-disposables-show-pendings"
709
        icon="tools-devel-disposables-show-pendings"
710
        accelerator=""
711
        />
712
      <action 
713
        name="tools-devel-disposables-free-all"
714
        label="_Free_all_disposables" 
715
        position="908500201" 
716
        action-command="tools-devel-disposables-free-all"
717
        icon="tools-devel-disposables-free-all"
718
        tooltip="_Free_all_disposables" 
719
        accelerator=""
720
        />
721

    
722
      <menu 
723
        name="tools-devel-disposables-show-pendings"
724
        text="tools/Development/Disposables/Show_pendings" 
725
        />
726
      <menu 
727
        name="tools-devel-disposables-free-all"
728
        text="tools/Development/Disposables/Free_all" 
729
        />
730

    
731
    </extension>
732

    
733
    <extension class-name="org.gvsig.app.extension.ShowDevelInfoExtension"
734
      description="Presenta informacion relevante para debug."
735
      active="true"
736
      priority="30">
737
      <action 
738
        name="tools-devel-show-persistencefactories"
739
        label="_Show_persistence_factories" 
740
        tooltip="_Show_persistence_factories" 
741
        position="908500400" 
742
        action-command="tools-devel-show-persistencefactories"
743
        icon="tools-devel-show-persistencefactories"
744
        accelerator=""
745
        />
746
      <action 
747
        name="tools-devel-show-icontheme"
748
        label="_Show_icon_theme_information" 
749
        tooltip="_Show_icon_theme_information" 
750
        position="908500300" 
751
        action-command="tools-devel-show-icontheme"
752
        icon="tools-devel-show-icontheme"
753
        accelerator=""
754
        />
755
      <action 
756
        name="tools-devel-show-actions"
757
        label="_Show_actions_information" 
758
        tooltip="_Show_actions_information" 
759
        position="908500100" 
760
        action-command="tools-devel-show-actions"
761
        icon="tools-devel-show-actions"
762
        accelerator=""
763
        />
764
      <action 
765
        name="tools-devel-show-plugin-report"
766
        label="_Show_plugin_report" 
767
        tooltip="_Show_plugin_report_of_actions_menus_and_icons" 
768
        position="908500100" 
769
        action-command="tools-devel-show-plugin-report"
770
        icon="tools-devel-show-plugin-report"
771
        accelerator=""
772
        />
773
      <action 
774
        name="tools-devel-show-menus"
775
        label="_Show_menu_information" 
776
        tooltip="_Show_menu_information" 
777
        position="908500200" 
778
        action-command="tools-devel-show-menus"
779
        icon="tools-devel-show-menus"
780
        accelerator=""
781
        />
782
      <action 
783
        name="tools-devel-show-menus-by-plugin"
784
        label="_Show_menu_by_plugin_information" 
785
        tooltip="_Show_menu_ordered_by_plugin_information" 
786
        position="908500300" 
787
        action-command="tools-devel-show-menus-by-plugin"
788
        icon="tools-devel-show-menus-by-plugin"
789
        accelerator=""
790
        />
791
      <menu 
792
        name="tools-devel-show-persistencefactories"
793
        text="tools/Development/Show persistence factories" 
794
        />
795
      <menu 
796
        name="tools-devel-show-icontheme"
797
        text="tools/Development/Show icon theme information" 
798
        />
799
      <menu 
800
        name="tools-devel-show-plugin-report"
801
        text="tools/Development/Show plugin report of actions menus and icons" 
802
        />
803
      <menu 
804
        name="tools-devel-show-actions"
805
        text="tools/Development/Show actions information" 
806
        />
807
      <menu 
808
        name="tools-devel-show-menus"
809
        text="tools/Development/Show menu information" 
810
        />
811
      <menu 
812
        name="tools-devel-show-menus-by-plugin"
813
        text="tools/Development/Show menu by plugin information" 
814
        />
815

    
816
    </extension>
817

    
818

    
819
    <extension class-name="org.gvsig.app.extension.PaletteViewInfoExtension"
820
      description="Extensi?n encargada transformar la ventana activa en palette."
821
      active="true">
822

    
823
      <action 
824
        name="window-convert-to-tool"
825
        label="_Convert_to_tool" 
826
        tooltip="_Convert_regular_window_to_tool_window" 
827
        position="960300000" 
828
        action-command="window-convert-to-tool"
829
        icon="window-convert-to-tool"
830
        accelerator=""
831
        />
832

    
833
      <menu 
834
        name="window-convert-to-tool"
835
        text="Window/Convert_to_tool" 
836
        />
837

    
838
    </extension>
839

    
840
    <extension class-name="org.gvsig.app.extension.RestoreViewInfoExtension"
841
      description="Extensi?n encargada transformar la ventana palette en su original."
842
      active="true">
843

    
844
      <action
845
        name="window-restore-from-tool"
846
        label="_Restore_tool" 
847
        tooltip="_Restore_tool_window_to_regular_window" 
848
        position="960400000" 
849
        action-command="window-restore-from-tool"
850
        icon="window-restore-from-tool"
851
        accelerator=""
852
        />
853

    
854

    
855
      <menu 
856
        name="window-restore-from-tool"
857
        text="Windows/Restore_from_tool" 
858
        />
859

    
860
    </extension>
861

    
862
    <extension class-name="org.gvsig.app.extension.About"
863
      description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
864
      active="true"
865
      priority="90090">
866

    
867
      <action
868
        name="help-about"
869
        label="_About" 
870
        tooltip="_Show_about" 
871
        position="999000000" 
872
        action-command="help-about"
873
        icon="help-about"
874
        accelerator=""
875
        />
876

    
877
      <menu 
878
        name="help-about"
879
        text="Help/About" 
880
        />
881

    
882
    </extension>
883
    
884
    <extension
885
            class-name="org.gvsig.app.extension.BrowseSymbolsExtension"
886
            description="" active="true">
887

    
888
            <action 
889
                 name="tools-symbology-browse-symbols" 
890
                 label="_Browse_symbols"
891
                 tooltip="_Browse_symbols" 
892
                 action-command="tools-symbology-browse-symbols"
893
                 icon="tools-symbology-browse-symbols" 
894
                 position="900400050" 
895
                 accelerator="" 
896
            />
897
            <menu
898
                 name="tools-symbology-browse-symbols" 
899
                 text="tools/Symbols/Browse symbols"
900
            />
901
        </extension>
902

    
903
  </extensions>
904

    
905
</plugin-config>