Ignore:
Timestamp:
2014-07-15T15:30:05+02:00 (10 years ago)
Author:
Don-vip
Message:

fix #10266 - fix issue with audio marker synchronisation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/markerlayer/PlayHeadMarker.java

    r7094 r7310  
    247247            JOptionPane.showMessageDialog(
    248248                    Main.parent,
    249                     tr("Audio synchronized at point {0}.", ca.getText()),
     249                    tr("Audio synchronized at point {0}.", recent.parentLayer.syncAudioMarker.getText()),
    250250                    tr("Information"),
    251251                    JOptionPane.INFORMATION_MESSAGE
    252252                    );
    253             setCoor(ca.getCoor());
     253            setCoor(recent.parentLayer.syncAudioMarker.getCoor());
    254254            endDrag(false);
    255255        } else {
Note: See TracChangeset for help on using the changeset viewer.