Changeset 27443 in osm for applications
- Timestamp:
- 2012-01-14T11:23:23+01:00 (13 years ago)
- Location:
- applications/editors/josm
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/UtilsPlugin2.java
r27419 r27443 37 37 JMenuItem extractPoint; 38 38 JMenuItem wiki; 39 JMenuItem latlon; 39 40 40 41 JMenuItem replaceGeometry; … … 69 70 symmetry = MainMenu.add(toolsMenu, new SymmetryAction()); 70 71 wiki = MainMenu.add(toolsMenu, new OpenPageAction()); 72 latlon = MainMenu.add(toolsMenu, new LatLonAction()); 71 73 72 74 JMenu selectionMenu = Main.main.menu.addMenu(marktr("Selection"), KeyEvent.VK_N, Main.main.menu.defaultMenuPos, "help");
Note:
See TracChangeset
for help on using the changeset viewer.