Changeset 31646 in osm for applications/editors/josm/plugins/sds/src
- Timestamp:
- 2015-10-19T13:28:54+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/SdsMenu.java
r30738 r31646 3 3 4 4 import static org.openstreetmap.josm.gui.help.HelpUtil.ht; 5 import static org.openstreetmap.josm.tools.I18n.marktr;6 5 import static org.openstreetmap.josm.tools.I18n.tr; 7 6 … … 39 38 public SdsMenu(final SeparateDataStorePlugin thePlugin) { 40 39 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); 42 41 saveItem = new JMenuItem(new SdsSaveAction()); 43 42 menu.add(saveItem);
Note:
See TracChangeset
for help on using the changeset viewer.