Changeset 29784 in osm for applications/editors/josm/plugins/trustosm/src/org/openstreetmap
- Timestamp:
- 2013-07-26T21:06:52+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/trustosm/src/org/openstreetmap/josm/plugins/trustosm/TrustOSMplugin.java
r27829 r29784 250 250 251 251 if (gpgJMenu == null) { 252 gpgJMenu = menu.addMenu(marktr("GPG"), KeyEvent.VK_B, menu. defaultMenuPos, ht("/Plugin/TrustOSM"));252 gpgJMenu = menu.addMenu(marktr("GPG"), KeyEvent.VK_B, menu.getDefaultMenuPos(), ht("/Plugin/TrustOSM")); 253 253 gpgJMenu.add(new JMenuItem(new ExportSigsAction())); 254 254 }
Note:
See TracChangeset
for help on using the changeset viewer.