Changeset 28014 in osm for applications/editors/josm/plugins/addrinterpolation
- Timestamp:
- 2012-03-08T10:48:43+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/addrinterpolation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/addrinterpolation/build.xml
r27852 r28014 23 23 <project name="AddrInterpolation" default="dist" basedir="."> 24 24 <property name="commit.message" value="Impoved Icon"/> 25 <property name="plugin.main.version" value=" 4980"/>25 <property name="plugin.main.version" value="5053"/> 26 26 <!-- 27 27 ************************************************ -
applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java
r23420 r28014 312 312 313 313 editControlsPane.add(new UrlLabel("http://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddrInterpolation", 314 tr("More information about this feature")), c); 314 tr("More information about this feature"),2), c); 315 315 316 316
Note:
See TracChangeset
for help on using the changeset viewer.