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

updated some stuff to current JOSM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/livegps/src/livegps/LiveGpsPlugin.java

    r16945 r18404  
    11package livegps;
    22
    3 import static org.openstreetmap.josm.tools.I18n.marktr;
     3import static org.openstreetmap.josm.gui.help.HelpUtil.ht;
    44import static org.openstreetmap.josm.tools.I18n.tr;
    55
     
    9898    {
    9999        MainMenu menu = Main.main.menu;
    100         lgpsmenu = menu.addMenu(marktr("LiveGPS"), KeyEvent.VK_G, menu.defaultMenuPos);
     100        lgpsmenu = menu.addMenu(tr("LiveGPS"), KeyEvent.VK_G, menu.defaultMenuPos, ht("/Plugin/LiveGPS"));
    101101
    102102        JosmAction captureAction = new CaptureAction();
Note: See TracChangeset for help on using the changeset viewer.