Changeset 6362 in josm for trunk/src/org/openstreetmap/josm/tools/Shortcut.java
- Timestamp:
- 2013-11-03T01:06:23+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Shortcut.java
r6316 r6362 34 34 * 35 35 */ 36 public class Shortcut { 36 public final class Shortcut { 37 37 private String shortText; // the unique ID of the shortcut 38 38 private String longText; // a human readable description that will be shown in the preferences
Note:
See TracChangeset
for help on using the changeset viewer.
