Ignore:
Timestamp:
2010-03-04T13:14:35+01:00 (14 years ago)
Author:
upliner
Message:

'fix address dialog'

Location:
applications/editors/josm/plugins/buildings_tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/buildings_tools/build.xml

    r20245 r20269  
    3131
    3232        <!-- 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" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    3535        <property name="plugin.main.version" value="2830" />
  • applications/editors/josm/plugins/buildings_tools/src/buildings_tools/AddressDialog.java

    r20245 r20269  
    7373                lhousenum = housenum.getText();
    7474                lstreetname = streetname.getText();
    75                 inc = cincdec.getSelectedItem() == tr("Increment");             
     75                inc = cincdec.getSelectedIndex() == 0;         
    7676        }
    7777        public String getHouseNum()
Note: See TracChangeset for help on using the changeset viewer.