Changeset 23444 in osm for applications/editors
- Timestamp:
- 2010-10-02T16:48:26+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java
r23193 r23444 161 161 } 162 162 }; 163 Vbackward = new JosmAction(tr("Jump To"), null, tr("jumps to the entered gps time"),null, false) {163 Vbackward = new JosmAction(tr("Jump To"), "jumpto", tr("jumps to the entered gps time"),null, false) { 164 164 public void actionPerformed(ActionEvent e) { 165 165 String s =JOptionPane.showInputDialog(tr("please enter GPS timecode"),"10:07:57"); … … 203 203 } 204 204 }; 205 Vloop= new JosmAction(tr("Loop"), null, tr("loops n sec around current position"),205 Vloop= new JosmAction(tr("Loop"), "loop", tr("loops n sec around current position"), 206 206 Shortcut.registerShortcut("videomapping:loop","",KeyEvent.VK_NUMPAD7, Shortcut.GROUP_DIRECT), false) { 207 207
Note:
See TracChangeset
for help on using the changeset viewer.