Ignore:
Timestamp:
2015-10-19T13:28:54+02:00 (9 years ago)
Author:
donvip
Message:

[josm_plugins] remove call to deprecated method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/imagery_offset_db/src/iodb/ImageryOffsetPlugin.java

    r30738 r31646  
    11package iodb;
    22
    3 import static org.openstreetmap.josm.tools.I18n.marktr;
     3import static org.openstreetmap.josm.tools.I18n.tr;
    44
    55import java.awt.event.KeyEvent;
     
    4141        int version = Version.getInstance().getVersion();
    4242        JMenu offsetMenu = version < 5803
    43                 ? Main.main.menu.addMenu(marktr("Offset"), KeyEvent.VK_O, 6, "help")
     43                ? Main.main.menu.addMenu("Offset", tr("Offset"), KeyEvent.VK_O, 6, "help")
    4444                : Main.main.menu.imageryMenu;
    4545        offsetMenu.add(getAction);
Note: See TracChangeset for help on using the changeset viewer.