Index: applications/editors/josm/plugins/opendata/build.xml
===================================================================
--- applications/editors/josm/plugins/opendata/build.xml	(revision 29114)
+++ applications/editors/josm/plugins/opendata/build.xml	(revision 29115)
@@ -1,7 +1,5 @@
 ﻿<?xml version="1.0" encoding="utf-8"?>
 <project name="opendata" default="dist" basedir=".">
-    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="5554"/>
-
+    <property name="plugin.main.version" value="5631"/>
     <property name="plugin.author" value="Don-vip"/>
     <property name="plugin.class" value="org.openstreetmap.josm.plugins.opendata.OdPlugin"/>
@@ -9,7 +7,5 @@
     <property name="plugin.icon" value="images/dialogs/o24.png"/>
     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData"/>
-    <!--<property name="plugin.early" value="..."/>-->
     <property name="plugin.requires" value="jts;geotools;utilsplugin2"/>
-    <!--<property name="plugin.stage" value="..."/>-->
 
     <!-- ** include targets that all plugins have in common ** -->
Index: applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/OdDialog.java
===================================================================
--- applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/OdDialog.java	(revision 29114)
+++ applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/OdDialog.java	(revision 29115)
@@ -92,5 +92,5 @@
 		super("OpenData", ICON_CORE_24, tr("Open the OpenData window."), 
 				Shortcut.registerShortcut("subwindow:opendata", tr("Toggle: {0}", "OpenData"),
-						KeyEvent.VK_A, Shortcut.ALT_CTRL_SHIFT), 150);
+						KeyEvent.VK_A, Shortcut.ALT_CTRL_SHIFT), 150, false, OdPreferenceSetting.class);
 		
 		this.buttons = Arrays.asList(new SideButton[] {
