Changeset 2808 in josm
- Timestamp:
- 2010-01-10T16:49:37+01:00 (15 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 edited
- 2 moved
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 head drag", "playheaddrag", "play head drag", 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.