Ignore:
Timestamp:
2007-09-10T22:28:41+02:00 (17 years ago)
Author:
christofd
Message:

new version, ButtonDescription, renamed setType to setButtonType due to problems with XmlObjectParser under windows (using the wrong method by reflection)

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

Legend:

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

    r4492 r4499  
    1010         
    1111          <!-- plugin meta data (enter new version number if anything changed!) -->
    12           <property name="plugin.version" value="1.3.2"/>
     12          <property name="plugin.version" value="1.3.3"/>
    1313          <property name="plugin.description" value="Allow adding markers/nodes on current gps positions (V${plugin.version})."/>
    1414          <property name="plugin.stage" value="60"/>
  • applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/ButtonDescription.java

    r4277 r4499  
    137137     * @return the type
    138138     */
    139     public ButtonType getType() {
     139    public ButtonType getButtonType() {
    140140        return this.type;
    141141    }
     
    156156     * @param type the type to set
    157157     */
    158     public void setType(ButtonType type) {
     158    public void setButtonType(ButtonType type) {
    159159        this.type = type;
    160160    }
Note: See TracChangeset for help on using the changeset viewer.