Changeset 1245 in josm for trunk/src/org/openstreetmap/josm/gui/preferences/AudioPreference.java
- Timestamp:
- 2009-01-11T16:14:58+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/AudioPreference.java
r1180 r1245 145 145 gui.audio.add(audioFastForwardMultiplier, GBC.eol().fill(GBC.HORIZONTAL).insets(5,0,0,5)); 146 146 147 audioLeadIn.setText(Main.pref.get("audio.leadin", "1")); 147 audioLeadIn.setText(Main.pref.get("audio.leadin", "1.0")); 148 148 audioLeadIn.setToolTipText(tr("Playback starts this number of seconds before (or after, if negative) the audio track position requested")); 149 149 gui.audio.add(new JLabel(tr("Lead-in time (seconds)")), GBC.std());
Note:
See TracChangeset
for help on using the changeset viewer.
