Changeset 27852 in osm for applications/editors/josm/plugins/openstreetbugs
- Timestamp:
- 2012-02-18T13:40:52+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/openstreetbugs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openstreetbugs/build.xml
r27817 r27852 27 27 <project name="openstreetbugs" default="dist" basedir="."> 28 28 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 29 <property name="plugin.main.version" value="49 28"/>29 <property name="plugin.main.version" value="4980"/> 30 30 <property name="josm" location="../../core/dist/josm-custom.jar"/> 31 31 <property name="plugin.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/OsbDialog.java
r27817 r27852 115 115 tr("Opens the OpenStreetBugs window and activates the automatic download"), Shortcut.registerShortcut( 116 116 "view:openstreetbugs", tr("Toggle: {0}", tr("Open OpenStreetBugs")), KeyEvent.VK_B, 117 Shortcut. GROUP_LAYER+Shortcut.GROUPS_ALT1), 150);117 Shortcut.ALT_SHIFT), 150); 118 118 119 119 osbPlugin = plugin;
Note:
See TracChangeset
for help on using the changeset viewer.