Changeset 27830 in osm for applications
- Timestamp:
- 2012-02-17T17:26:02+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/livegps
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/build.xml
r27038 r27830 27 27 <project name="livegps" 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="4 549"/>29 <property name="plugin.main.version" value="4928"/> 30 30 <property name="josm" location="../../core/dist/josm-custom.jar"/> 31 31 <property name="plugin.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/livegps/src/livegps/LiveGpsDialog.java
r27464 r27830 45 45 super(tr("Live GPS"), "livegps", tr("Show GPS data."), 46 46 Shortcut.registerShortcut("subwindow:livegps", tr("Toggle: {0}", tr("Live GPS")), 47 KeyEvent.VK_G, Shortcut.GROUP_ LAYER, Shortcut.SHIFT_DEFAULT), 100);47 KeyEvent.VK_G, Shortcut.GROUP_DIRECT3+Shortcut.GROUPS_ALT1), 100); 48 48 panel = new JPanel(); 49 49 panel.setLayout(new GridLayout(6,2));
Note:
See TracChangeset
for help on using the changeset viewer.