Ignore:
Timestamp:
2012-02-18T13:40:52+01:00 (12 years ago)
Author:
stoecker
Message:

fix shortcut deprecation

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

Legend:

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

    r27817 r27852  
    2727<project name="openstreetbugs" default="dist" basedir=".">
    2828    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    29     <property name="plugin.main.version" value="4928"/>
     29    <property name="plugin.main.version" value="4980"/>
    3030    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    3131    <property name="plugin.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/OsbDialog.java

    r27817 r27852  
    115115                tr("Opens the OpenStreetBugs window and activates the automatic download"), Shortcut.registerShortcut(
    116116                        "view:openstreetbugs", tr("Toggle: {0}", tr("Open OpenStreetBugs")), KeyEvent.VK_B,
    117                         Shortcut.GROUP_LAYER+Shortcut.GROUPS_ALT1), 150);
     117                        Shortcut.ALT_SHIFT), 150);
    118118
    119119        osbPlugin = plugin;
Note: See TracChangeset for help on using the changeset viewer.