Index: /applications/editors/josm/plugins/surveyor/build.xml
===================================================================
--- /applications/editors/josm/plugins/surveyor/build.xml	(revision 4498)
+++ /applications/editors/josm/plugins/surveyor/build.xml	(revision 4499)
@@ -10,5 +10,5 @@
 	  
 	  <!-- plugin meta data (enter new version number if anything changed!) -->
-	  <property name="plugin.version" value="1.3.2"/>
+	  <property name="plugin.version" value="1.3.3"/>
 	  <property name="plugin.description" value="Allow adding markers/nodes on current gps positions (V${plugin.version})."/>
 	  <property name="plugin.stage" value="60"/>
Index: /applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/ButtonDescription.java
===================================================================
--- /applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/ButtonDescription.java	(revision 4498)
+++ /applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/ButtonDescription.java	(revision 4499)
@@ -137,5 +137,5 @@
      * @return the type
      */
-    public ButtonType getType() {
+    public ButtonType getButtonType() {
         return this.type;
     }
@@ -156,5 +156,5 @@
      * @param type the type to set
      */
-    public void setType(ButtonType type) {
+    public void setButtonType(ButtonType type) {
         this.type = type;
     }
