Changeset 20269 in osm for applications/editors
- Timestamp:
- 2010-03-04T13:14:35+01:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/buildings_tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/buildings_tools/build.xml
r20245 r20269 31 31 32 32 <!-- enter the SVN commit message --> 33 <property name="commit.message" value=" Move buildings_tools plugin to SVN" />33 <property name="commit.message" value="fix address dialog" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 35 <property name="plugin.main.version" value="2830" /> -
applications/editors/josm/plugins/buildings_tools/src/buildings_tools/AddressDialog.java
r20245 r20269 73 73 lhousenum = housenum.getText(); 74 74 lstreetname = streetname.getText(); 75 inc = cincdec.getSelectedI tem() == tr("Increment");75 inc = cincdec.getSelectedIndex() == 0; 76 76 } 77 77 public String getHouseNum()
Note:
See TracChangeset
for help on using the changeset viewer.