Changes in src/org/openstreetmap/josm/actions/DebugAction.java [1:2] in josm
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/actions/DebugAction.java
r1 r2 25 25 26 26 public DebugAction(MapFrame mapFrame) { 27 super("Debug Zones", " images/debug.png", KeyEvent.VK_D, mapFrame);27 super("Debug Zones", "debug", KeyEvent.VK_D, mapFrame); 28 28 } 29 29
Note:
See TracChangeset
for help on using the changeset viewer.