Ignore:
Timestamp:
2013-07-26T21:06:52+02:00 (12 years ago)
Author:
akks
Message:

[josm_plugins]: use new core function for default menu position (see #josm8900)

Location:
applications/editors/josm/plugins/trustosm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/trustosm/build.xml

    r29435 r29784  
    3232    <property name="commit.message" value="New plugin for digital signing osm data"/>
    3333    <!-- 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"/>
    3535    <!--
    3636      ************************************************
  • applications/editors/josm/plugins/trustosm/src/org/openstreetmap/josm/plugins/trustosm/TrustOSMplugin.java

    r27829 r29784  
    250250
    251251                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"));
    253253                        gpgJMenu.add(new JMenuItem(new ExportSigsAction()));
    254254                }
Note: See TracChangeset for help on using the changeset viewer.