Revision 41066 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app/org.gvsig.app.mainplugin/src/main/resources-plugin/config.xml

View differences:

config.xml
529 529
      description="Extensi?n encargada de gestionar la vista."
530 530
      active="true"
531 531
      priority="30">
532

  
532 533
      <action 
533
        name="selection-simple-select-view"
534
        label="_Simple_select" 
535
        position="300700000" 
536
        action-command="selection-simple-select-view" 
537
        icon="selection-simple-select"
538
        tooltip="_Simple_select" 
539
        accelerator=""
540
        />
541
      <action 
542 534
        name="selection-select-by-rectangle-view"
543 535
        label="Select_by_rectangle" 
544 536
        position="301200000" 
......
557 549
        accelerator=""
558 550
        />
559 551

  
560

  
561 552
      <menu 
562
        name="selection-simple-select-view"
563
        text="Selection/Simple" 
564
        />
565
      <menu 
566 553
        name="selection-select-by-rectangle-view"
567 554
        text="Selection/Select_by_rectangle" 
568 555
        />
......
572 559
        />
573 560

  
574 561
      <tool-bar name="view_selection" position="6">
575
        <selectable-tool name="selection-simple-select-view" />
576 562
        <selectable-tool name="selection-select-by-rectangle-view" />
577 563
        <selectable-tool name="selection-select-by-polygon" />
578 564
      </tool-bar>
579 565

  
580 566
    </extension>
581 567
    
568
    
569
    
570
    <extension class-name="org.gvsig.app.extension.ViewSimpleSelectionControl"
571
      description="Extensi?n encargada de gestionar la herramienta de selecci?n simple."
572
      active="true"
573
      priority="30">
574
      <action 
575
        name="selection-simple-select-view"
576
        label="_Simple_select" 
577
        position="300700000" 
578
        action-command="selection-simple-select-view" 
579
        icon="selection-simple-select"
580
        tooltip="_Simple_select" 
581
        accelerator=""
582
        />
583

  
584
      <menu 
585
        name="selection-simple-select-view"
586
        text="Selection/Simple" 
587
        />
588

  
589
      <tool-bar name="view_selection" position="6">
590
        <selectable-tool name="selection-simple-select-view" />
591
      </tool-bar>
592

  
593
    </extension>    
594
    
595
    
582 596
    <extension class-name="org.gvsig.app.extension.ViewSelectionByTheme"
583 597
      description="Extensi?n encargada de la selecci?n por tema."
584 598
      active="true"

Also available in: Unified diff