Changeset 23951 in osm for applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap
- Timestamp:
- 2010-10-31T02:38:37+01:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/FixAddressesPlugin.java
r23934 r23951 29 29 // Create action for edit... 30 30 FixUnresolvedStreetsAction action = new FixUnresolvedStreetsAction(); 31 SelectIncompleteAddressesAction incAddrAction = new SelectIncompleteAddressesAction(); 31 32 // ... and add it to the tools menu in main 32 33 Main.main.menu.toolsMenu.add(action); 34 Main.main.menu.toolsMenu.add(incAddrAction); 33 35 } 34 36
Note:
See TracChangeset
for help on using the changeset viewer.