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/sds/src/org/openstreetmap/hot/sds/SdsMenu.java

    r30738 r31646  
    33
    44import static org.openstreetmap.josm.gui.help.HelpUtil.ht;
    5 import static org.openstreetmap.josm.tools.I18n.marktr;
    65import static org.openstreetmap.josm.tools.I18n.tr;
    76
     
    3938    public SdsMenu(final SeparateDataStorePlugin thePlugin) {
    4039        MainMenu mm = Main.main.menu;
    41         menu = mm.addMenu(marktr("SDS"), KeyEvent.VK_S, mm.getDefaultMenuPos(), null);
     40        menu = mm.addMenu("SDS", tr("SDS"), KeyEvent.VK_S, mm.getDefaultMenuPos(), null);
    4241        saveItem = new JMenuItem(new SdsSaveAction());
    4342        menu.add(saveItem);
Note: See TracChangeset for help on using the changeset viewer.