Changeset 9592 in josm for trunk/src/org
- Timestamp:
- 2016-01-23T19:25:12+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java
r9543 r9592 1333 1333 putValue(NAME, tr("Copy all Keys/Values")); 1334 1334 putValue(SHORT_DESCRIPTION, tr("Copy the key and value of all the tags to clipboard")); 1335 Shortcut sc = Shortcut.registerShortcut("system:copytags", tr("Edit: {0}", tr("Copy Tags")), KeyEvent.CHAR_UNDEFINED, Shortcut.NONE); 1336 Main.registerActionShortcut(this, sc); 1337 sc.setAccelerator(this); 1335 1338 } 1336 1339
Note:
See TracChangeset
for help on using the changeset viewer.