Changeset 2808 in josm for trunk


Ignore:
Timestamp:
2010-01-10T16:49:37+01:00 (14 years ago)
Author:
stoecker
Message:

first version of a tool to detect icon usage, does not yet detect all icons used in code (see #4338)

Location:
trunk
Files:
1 added
1 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/PlayHeadDragMode.java

    r1457 r2808  
    2727
    2828    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,
    3030        Main.map, Cursor.getPredefinedCursor(Cursor.MOVE_CURSOR));
    3131        playHeadMarker = m;
Note: See TracChangeset for help on using the changeset viewer.