Ignore:
Timestamp:
2013-07-25T21:57:38+02:00 (12 years ago)
Author:
akks
Message:

[josm_plugins]: see #josm6355 - Move most of the other plugins to suitable menus, add Netbeans projects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/livegps/src/livegps/LiveGpsPlugin.java

    r29771 r29778  
    125125        lgpsmenu.add(lgpscapture);
    126126        lgpscapture.setAccelerator(captureAction.getShortcut().getKeyStroke());
    127 
     127       
    128128        JosmAction centerAction = new CenterAction();
    129         JMenuItem centerMenu = new JMenuItem(centerAction);
    130         lgpsmenu.add(centerMenu);
    131         centerMenu.setAccelerator(centerAction.getShortcut().getKeyStroke());
    132 
     129        MainMenu.add(lgpsmenu, centerAction);
     130       
    133131        JosmAction autoCenterAction = new AutoCenterAction();
    134132        lgpsautocenter = new JCheckBoxMenuItem(autoCenterAction);
Note: See TracChangeset for help on using the changeset viewer.