Ignore:
Timestamp:
2009-11-01T13:19:59+01:00 (16 years ago)
Author:
stoecker
Message:

updated some stuff to current JOSM

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

Legend:

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

    r17603 r18404  
    5252            <attribute name="Plugin-Description" value="Creating and handling address nodes and buildings within Czech Republic."/>
    5353            <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/Cz:JOSM/Plugins/CzechAddress"/>
    54             <attribute name="Plugin-Mainversion" value="2093"/>
     54            <attribute name="Plugin-Mainversion" value="2323"/>
    5555            <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    5656        </manifest>
  • applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/CzechAddressPlugin.java

    r16750 r18404  
    11package org.openstreetmap.josm.plugins.czechaddress;
     2
     3import static org.openstreetmap.josm.gui.help.HelpUtil.ht;
    24
    35import java.awt.event.KeyEvent;
     
    184186    public void pluginStatusChanged(int message) {
    185187        if (message == MESSAGE_DATABASE_LOADED) {
    186             czechMenu = Main.main.menu.addMenu("Adresy", KeyEvent.VK_A, 4);
     188            czechMenu = Main.main.menu.addMenu("Adresy", KeyEvent.VK_A, 4, ht("/Plugin/CzechAddress"));
    187189            menuItems.add(MainMenu.add(czechMenu, new PointManipulatorAction()));
    188190            menuItems.add(MainMenu.add(czechMenu, new GroupManipulatorAction()));
Note: See TracChangeset for help on using the changeset viewer.