Changeset 27755 in osm for applications/editors/josm/plugins/conflation/src
- Timestamp:
- 2012-02-12T16:48:07+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/conflation/src/org/openstreetmap/josm/plugins/conflation/ConflationPlugin.java
r25942 r27755 3 3 4 4 import static org.openstreetmap.josm.gui.help.HelpUtil.ht; 5 import static org.openstreetmap.josm.tools.I18n.marktr; 5 6 import static org.openstreetmap.josm.tools.I18n.tr; 6 7 … … 39 40 40 41 try { 41 JMenu conflationMenu = Main.main.menu.addMenu(tr("Conflation"), KeyEvent.VK_R, 42 JMenu conflationMenu = Main.main.menu.addMenu(marktr("Conflation"), KeyEvent.VK_R, 42 43 Main.main.menu.defaultMenuPos, ht("/Plugin/Conflation")); 43 44 MainMenu.add(conflationMenu, new ConflationAction());
Note:
See TracChangeset
for help on using the changeset viewer.