Changeset 27834 in osm for applications/editors/josm/plugins/globalsat
- Timestamp:
- 2012-02-17T18:34:30+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/globalsat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/globalsat/build.xml
r26605 r27834 32 32 <property name="commit.message" value="Changed constructor signature of plugin main class"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 394"/>34 <property name="plugin.main.version" value="4928"/> 35 35 <property name="josm" location="../../core/dist/josm-custom.jar"/> 36 36 <property name="plugin.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/globalsat/src/org/openstreetmap/josm/plugins/globalsat/GlobalsatPlugin.java
r26509 r27834 108 108 tr("Import Data from Globalsat Datalogger DG100 into GPX layer."), 109 109 Shortcut.registerShortcut("menu:globalsatimport", tr("Menu: {0}", tr("Globalsat Import")), 110 KeyEvent.VK_ I, Shortcut.GROUP_MENU), false);110 KeyEvent.VK_G, Shortcut.GROUP_DIRECT3+Shortcut.GROUPS_ALT1), false); 111 111 } 112 112 public void actionPerformed(ActionEvent e){
Note:
See TracChangeset
for help on using the changeset viewer.