Changeset 26495 in osm for applications/editors/josm/plugins/trustosm/src/org
- Timestamp:
- 2011-08-08T23:13:42+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/trustosm/src/org/openstreetmap/josm/plugins/trustosm/TrustOSMplugin.java
r25269 r26495 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_G, 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.