Changeset 11974 in osm for applications/editors/josm/plugins/tcxplugin/src/org
- Timestamp:
- 2008-11-18T20:04:58+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tcxplugin/src/org/openstreetmap/josm/plugins/TcxPlugin.java
r10833 r11974 103 103 JMenuItem actionItem = new JMenuItem(openAction); 104 104 menu.insert(actionItem, 2); 105 actionItem.setAccelerator(openAction.short Cut);105 actionItem.setAccelerator(openAction.shortcut); 106 106 107 107 }
Note:
See TracChangeset
for help on using the changeset viewer.