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

updated some stuff to current JOSM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.