Changeset 1084 in josm for trunk/src/org/openstreetmap/josm/actions/audio/AudioFasterAction.java
- Timestamp:
- 2008-11-18T19:53:53+01:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/audio/AudioFasterAction.java
r1054 r1084 3 3 4 4 import static org.openstreetmap.josm.tools.I18n.tr; 5 import org.openstreetmap.josm.tools.Short Cut;5 import org.openstreetmap.josm.tools.Shortcut; 6 6 7 7 import java.awt.event.KeyEvent; … … 11 11 public AudioFasterAction() { 12 12 super(tr("Faster"), "audio-faster", tr("Faster Forward"), 13 Short Cut.registerShortCut("audio:faster", tr("Audio: {0}", tr("Faster")), KeyEvent.VK_F9, ShortCut.GROUP_DIRECT), true);13 Shortcut.registerShortcut("audio:faster", tr("Audio: {0}", tr("Faster")), KeyEvent.VK_F9, Shortcut.GROUP_DIRECT), true); 14 14 } 15 15 }
Note:
See TracChangeset
for help on using the changeset viewer.
