Changeset 29115 in osm for applications


Ignore:
Timestamp:
2012-12-26T00:13:16+01:00 (12 years ago)
Author:
donvip
Message:

[josm_opendata] upgrade to josm 5631

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

Legend:

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

    r29023 r29115  
    11<?xml version="1.0" encoding="utf-8"?>
    22<project name="opendata" default="dist" basedir=".">
    3     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    4     <property name="plugin.main.version" value="5554"/>
    5 
     3    <property name="plugin.main.version" value="5631"/>
    64    <property name="plugin.author" value="Don-vip"/>
    75    <property name="plugin.class" value="org.openstreetmap.josm.plugins.opendata.OdPlugin"/>
     
    97    <property name="plugin.icon" value="images/dialogs/o24.png"/>
    108    <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData"/>
    11     <!--<property name="plugin.early" value="..."/>-->
    129    <property name="plugin.requires" value="jts;geotools;utilsplugin2"/>
    13     <!--<property name="plugin.stage" value="..."/>-->
    1410
    1511    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/OdDialog.java

    r28696 r29115  
    9292                super("OpenData", ICON_CORE_24, tr("Open the OpenData window."),
    9393                                Shortcut.registerShortcut("subwindow:opendata", tr("Toggle: {0}", "OpenData"),
    94                                                 KeyEvent.VK_A, Shortcut.ALT_CTRL_SHIFT), 150);
     94                                                KeyEvent.VK_A, Shortcut.ALT_CTRL_SHIFT), 150, false, OdPreferenceSetting.class);
    9595               
    9696                this.buttons = Arrays.asList(new SideButton[] {
Note: See TracChangeset for help on using the changeset viewer.