Changeset 1218 in josm for trunk/src/org/openstreetmap/josm/actions/audio
- Timestamp:
- 2009-01-09T01:01:59+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/audio/AudioPlayPauseAction.java
r1169 r1218 16 16 17 17 public AudioPlayPauseAction() { 18 super(tr("Play/ pause"), "audio-playpause", tr("Play/pause audio."),19 Shortcut.registerShortcut("audio:pause", tr("Audio: {0}", tr("Play/ pause")), KeyEvent.VK_PERIOD, Shortcut.GROUP_DIRECT), true);18 super(tr("Play/Pause"), "audio-playpause", tr("Play/pause audio."), 19 Shortcut.registerShortcut("audio:pause", tr("Audio: {0}", tr("Play/Pause")), KeyEvent.VK_PERIOD, Shortcut.GROUP_DIRECT), true); 20 20 } 21 21
Note:
See TracChangeset
for help on using the changeset viewer.
