Changeset 27852 in osm for applications/editors/josm/plugins/openvisible
- Timestamp:
- 2012-02-18T13:40:52+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/openvisible
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openvisible/build.xml
r27826 r27852 32 32 <property name="commit.message" value="Changed the constructor signature of the plugin main class; updated build.xml"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="49 28"/>34 <property name="plugin.main.version" value="4980"/> 35 35 <property name="josm" location="../../core/dist/josm-custom.jar"/> 36 36 <property name="plugin.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/openvisible/src/at/dallermassl/josm/plugin/openvisible/OpenVisibleAction.java
r27826 r27852 49 49 tr("Open only files that are visible in current view."), 50 50 Shortcut.registerShortcut("tools:openvisible", tr("Menu: {0}", tr("Open Visible...")), 51 KeyEvent.VK_I, Shortcut. GROUP_DIRECT3+Shortcut.GROUPS_ALT1), true);51 KeyEvent.VK_I, Shortcut.ALT_CTRL_SHIFT), true); 52 52 } 53 53
Note:
See TracChangeset
for help on using the changeset viewer.