Changeset 33504 in osm for applications/editors
- Timestamp:
- 2017-08-17T12:18:41+02:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/pt_assistant
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/actions/CreatePlatformNodeAction.java
r33479 r33504 46 46 */ 47 47 public CreatePlatformNodeAction() { 48 super(ACTION_NAME, "icons/ sortptstops", ACTION_NAME, null, true);48 super(ACTION_NAME, "icons/transfertags", ACTION_NAME, null, true); 49 49 } 50 50
Note:
See TracChangeset
for help on using the changeset viewer.