Changeset 2808 in josm for trunk/src/org
- Timestamp:
 - 2010-01-10T16:49:37+01:00 (16 years ago)
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/org/openstreetmap/josm/actions/mapmode/PlayHeadDragMode.java
r1457 r2808 27 27 28 28 public PlayHeadDragMode(PlayHeadMarker m) { 29 super( "play headdrag", "playheaddrag","play headdrag", null,29 super(tr("Drag play head"), "playheaddrag", tr("Drag play head"), null, 30 30 Main.map, Cursor.getPredefinedCursor(Cursor.MOVE_CURSOR)); 31 31 playHeadMarker = m;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  