Changeset 4499 in osm for applications
- Timestamp:
- 2007-09-10T22:28:41+02:00 (17 years ago)
- Location:
- applications/editors/josm/plugins/surveyor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/surveyor/build.xml
r4492 r4499 10 10 11 11 <!-- 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"/> 13 13 <property name="plugin.description" value="Allow adding markers/nodes on current gps positions (V${plugin.version})."/> 14 14 <property name="plugin.stage" value="60"/> -
applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/ButtonDescription.java
r4277 r4499 137 137 * @return the type 138 138 */ 139 public ButtonType getType() { 139 public ButtonType getButtonType() { 140 140 return this.type; 141 141 } … … 156 156 * @param type the type to set 157 157 */ 158 public void setType(ButtonType type) { 158 public void setButtonType(ButtonType type) { 159 159 this.type = type; 160 160 }
Note:
See TracChangeset
for help on using the changeset viewer.