Changeset 29784 in osm for applications/editors/josm/plugins/trustosm
- Timestamp:
- 2013-07-26T21:06:52+02:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/trustosm
- Files:
-
- 2 edited
-
build.xml (modified) (1 diff)
-
src/org/openstreetmap/josm/plugins/trustosm/TrustOSMplugin.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/trustosm/build.xml
r29435 r29784 32 32 <property name="commit.message" value="New plugin for digital signing osm data"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value=" 4980"/>34 <property name="plugin.main.version" value="6088"/> 35 35 <!-- 36 36 ************************************************ -
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.
