Ignore:
Timestamp:
2013-07-25T21:57:38+02:00 (11 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/michigan_left/src/MichiganLeft/MichiganLeft.java

    r27852 r29778  
    3434  public MichiganLeft(PluginInformation info) {
    3535    super(info);
    36     MichiganLeft = MainMenu.add(Main.main.menu.toolsMenu,
    37         new MichiganLeftAction());
    38 
     36    MichiganLeft = MainMenu.add(Main.main.menu.dataMenu, new MichiganLeftAction());
    3937  }
    4038
     
    5351    }
    5452
     53    @Override
    5554    public void actionPerformed(ActionEvent e) {
    5655      Collection<OsmPrimitive> mainSelection = Main.main.getCurrentDataSet()
Note: See TracChangeset for help on using the changeset viewer.