Changeset 27869 in osm
- Timestamp:
- 2012-02-18T22:28:13+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/LaunchAction.java
r27852 r27869 27 27 tr("Launches the tag editor dialog"), 28 28 Shortcut.registerShortcut("edit:launchtageditor", tr("Launches the tag editor dialog"), 29 KeyEvent.VK_ T,Shortcut.DIRECT)29 KeyEvent.VK_1,Shortcut.ALT_SHIFT) 30 30 , true, "tageditor/launch", true); 31 31
Note:
See TracChangeset
for help on using the changeset viewer.