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/czechaddress
Files:
2 edited

Legend:

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

    r29778 r29784  
    3333            <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/CS:JOSM/Plugins/CzechAddress"/>
    3434            <attribute name="Plugin-Icon" value="images/preferences/czech_flag.png"/>
    35             <attribute name="Plugin-Mainversion" value="6082"/>
     35            <attribute name="Plugin-Mainversion" value="6088"/>
    3636            <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    3737        </manifest>
  • applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/CzechAddressPlugin.java

    r29778 r29784  
    188188            GuiHelper.runInEDTAndWait(new Runnable() {
    189189                @Override public void run() {
    190                     czechMenu = Main.main.menu.addMenu(marktr("Adress"), KeyEvent.VK_Z, 4, ht("/Plugin/CzechAddress"));
     190                    czechMenu = Main.main.menu.addMenu(marktr("Adress"), KeyEvent.VK_Z, Main.main.menu.getDefaultMenuPos(), ht("/Plugin/CzechAddress"));
    191191                    menuItems.add(MainMenu.add(czechMenu, new PointManipulatorAction()));
    192192                    menuItems.add(MainMenu.add(czechMenu, new GroupManipulatorAction()));
Note: See TracChangeset for help on using the changeset viewer.