Changeset 18408 in osm for applications/editors/josm/plugins/walkingpapers/src
- Timestamp:
- 2009-11-01T14:48:03+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/walkingpapers/src/org/openstreetmap/josm/plugins/walkingpapers/WalkingPapersPlugin.java
r18404 r18408 2 2 3 3 import static org.openstreetmap.josm.gui.help.HelpUtil.ht; 4 import static org.openstreetmap.josm.tools.I18n. tr;4 import static org.openstreetmap.josm.tools.I18n.marktr; 5 5 6 6 import java.awt.event.KeyEvent; … … 26 26 { 27 27 MainMenu menu = Main.main.menu; 28 walkingPapersMenu = menu.addMenu( tr("Walking Papers"), KeyEvent.VK_K, menu.defaultMenuPos, ht("/Plugin/WalkingPapers"));28 walkingPapersMenu = menu.addMenu(marktr("Walking Papers"), KeyEvent.VK_K, menu.defaultMenuPos, ht("/Plugin/WalkingPapers")); 29 29 walkingPapersMenu.add(new JMenuItem(new WalkingPapersAddLayerAction())); 30 30 }
Note:
See TracChangeset
for help on using the changeset viewer.