Changeset 27829 in osm for applications/editors
- Timestamp:
- 2012-02-17T17:24:04+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/trustosm/src/org/openstreetmap/josm/plugins/trustosm/TrustOSMplugin.java
r26495 r27829 250 250 251 251 if (gpgJMenu == null) { 252 gpgJMenu = menu.addMenu(marktr("GPG"), KeyEvent.VK_ G, menu.defaultMenuPos, ht("/Plugin/TrustOSM"));252 gpgJMenu = menu.addMenu(marktr("GPG"), KeyEvent.VK_B, menu.defaultMenuPos, ht("/Plugin/TrustOSM")); 253 253 gpgJMenu.add(new JMenuItem(new ExportSigsAction())); 254 254 }
Note:
See TracChangeset
for help on using the changeset viewer.