Changeset 18503 in osm for applications/editors/josm/plugins/openstreetbugs
- Timestamp:
- 2009-11-07T17:23:17+01:00 (16 years ago)
- Location:
- applications/editors/josm/plugins/openstreetbugs
- Files:
-
- 2 edited
-
build.xml (modified) (1 diff)
-
src/org/openstreetmap/josm/plugins/osb/OsbPlugin.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openstreetbugs/build.xml
r18482 r18503 26 26 <attribute name="Plugin-Description" value="Imports issues from OpenStreetBugs"/> 27 27 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/OpenStreetBugs"/> 28 <attribute name="Plugin-Mainversion" value="2 396"/>28 <attribute name="Plugin-Mainversion" value="2401"/> 29 29 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 30 30 </manifest> -
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/OsbPlugin.java
r18482 r18503 72 72 uploadHook = new OsbUploadHook(); 73 73 dialog = new OsbDialog(this); 74 OsbLayer.listeners.add(dialog);75 OsbLayer.listeners.add(this);74 Layer.listeners.add(dialog); 75 Layer.listeners.add(this); 76 76 } 77 77 … … 241 241 this.dataSet = dataSet; 242 242 } 243 243 244 244 public OsbDialog getDialog() { 245 245 return dialog;
Note:
See TracChangeset
for help on using the changeset viewer.
