Index: /applications/editors/josm/plugins/seachart/build.xml
===================================================================
--- /applications/editors/josm/plugins/seachart/build.xml	(revision 33960)
+++ /applications/editors/josm/plugins/seachart/build.xml	(revision 33961)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="[Seachart] Publish new release"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="11868"/>
+    <property name="plugin.main.version" value="13243"/>
 
     <property name="plugin.author" value="Malcolm Herring"/>
Index: /applications/editors/josm/plugins/seachart/src/seachart/ChartImage.java
===================================================================
--- /applications/editors/josm/plugins/seachart/src/seachart/ChartImage.java	(revision 33960)
+++ /applications/editors/josm/plugins/seachart/src/seachart/ChartImage.java	(revision 33961)
@@ -8,12 +8,14 @@
 import java.awt.geom.Point2D;
 import java.awt.geom.Point2D.Double;
+import java.util.Collections;
+import java.util.List;
 
 import javax.swing.Action;
 
-import org.openstreetmap.josm.gui.MainApplication;
 import org.openstreetmap.josm.data.Bounds;
 import org.openstreetmap.josm.data.coor.LatLon;
 import org.openstreetmap.josm.data.imagery.ImageryInfo;
 import org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor;
+import org.openstreetmap.josm.gui.MainApplication;
 import org.openstreetmap.josm.gui.MapView;
 import org.openstreetmap.josm.gui.NavigatableComponent.ZoomChangeListener;
@@ -52,4 +54,9 @@
     public Action[] getMenuEntries() {
         return null;
+    }
+
+    @Override
+    protected List<OffsetMenuEntry> getOffsetMenuEntries() {
+        return Collections.emptyList();
     }
 
