Changeset 29778 in osm for applications/editors/josm/plugins/michigan_left/src
- Timestamp:
- 2013-07-25T21:57:38+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/michigan_left/src/MichiganLeft/MichiganLeft.java
r27852 r29778 34 34 public MichiganLeft(PluginInformation info) { 35 35 super(info); 36 MichiganLeft = MainMenu.add(Main.main.menu.toolsMenu, 37 new MichiganLeftAction()); 38 36 MichiganLeft = MainMenu.add(Main.main.menu.dataMenu, new MichiganLeftAction()); 39 37 } 40 38 … … 53 51 } 54 52 53 @Override 55 54 public void actionPerformed(ActionEvent e) { 56 55 Collection<OsmPrimitive> mainSelection = Main.main.getCurrentDataSet()
Note:
See TracChangeset
for help on using the changeset viewer.