Changeset 18198 in osm for applications/editors/josm/plugins/walkingpapers
- Timestamp:
- 2009-10-17T17:52:16+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/walkingpapers/src/org/openstreetmap/josm/plugins/walkingpapers/WalkingPapersPlugin.java
r16570 r18198 25 25 { 26 26 MainMenu menu = Main.main.menu; 27 // Note to translators. Please do not translate "Walking Papers", because it is 28 // the name of the project (www.walking-papers.org) and should retain this name 29 // in every language until and unless the project itself is i18nised. 30 walkingPapersMenu = menu.addMenu("Walking Papers", KeyEvent.VK_K, menu.defaultMenuPos); 27 walkingPapersMenu = menu.addMenu(tr("Walking Papers"), KeyEvent.VK_K, menu.defaultMenuPos); 31 28 walkingPapersMenu.add(new JMenuItem(new WalkingPapersAddLayerAction())); 32 29 }
Note:
See TracChangeset
for help on using the changeset viewer.