Changeset 178 in josm for src/org/openstreetmap/josm/actions/mapmode/MapMode.java
- Timestamp:
- 2006-12-29T16:57:07+01:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/actions/mapmode/MapMode.java
r113 r178 28 28 */ 29 29 public MapMode(String name, String iconName, String tooltip, int keystroke, MapFrame mapFrame, Cursor cursor) { 30 super(name, "mapmode/"+iconName, tooltip, keystroke, 0); 30 super(name, "mapmode/"+iconName, tooltip, keystroke, 0, false); 31 31 // this.cursor = cursor; 32 32 putValue("active", false);
Note:
See TracChangeset
for help on using the changeset viewer.