Ignore:
Timestamp:
2009-01-11T16:14:58+01:00 (17 years ago)
Author:
stoecker
Message:

added link to presets, fix #1675

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/AudioPreference.java

    r1180 r1245  
    145145        gui.audio.add(audioFastForwardMultiplier, GBC.eol().fill(GBC.HORIZONTAL).insets(5,0,0,5));
    146146
    147         audioLeadIn.setText(Main.pref.get("audio.leadin", "1"));
     147        audioLeadIn.setText(Main.pref.get("audio.leadin", "1.0"));
    148148        audioLeadIn.setToolTipText(tr("Playback starts this number of seconds before (or after, if negative) the audio track position requested"));
    149149        gui.audio.add(new JLabel(tr("Lead-in time (seconds)")), GBC.std());
Note: See TracChangeset for help on using the changeset viewer.