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

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

Location:
applications/editors/josm/plugins/cadastre-fr
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/build.xml

    r29734 r29784  
    44    <property name="commit.message" value="Changed constructor for Plugin"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="5960"/>
     6    <property name="plugin.main.version" value="6088"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java

    r29714 r29784  
    210210
    211211        if (cadastreJMenu == null) {
    212             cadastreJMenu = menu.addMenu(marktr("Cadastre"), KeyEvent.VK_C, menu.defaultMenuPos, ht("/Plugin/CadastreFr"));
     212            cadastreJMenu = menu.addMenu(marktr("Cadastre"), KeyEvent.VK_C, menu.getDefaultMenuPos(), ht("/Plugin/CadastreFr"));
    213213            JosmAction grab = new MenuActionGrab();
    214214            JMenuItem menuGrab = new JMenuItem(grab);
Note: See TracChangeset for help on using the changeset viewer.