Changeset 29774 in osm for applications/editors/josm/plugins
- Timestamp:
- 2013-07-25T02:53:45+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tagging-preset-tester/src/org/openstreetmap/josm/plugins/taggingpresettester/TaggingPresetTesterAction.java
r29760 r29774 28 28 tr("Tool: {0}", tr("Tagging Preset Tester")), 29 29 KeyEvent.VK_T, Shortcut.ALT_CTRL_SHIFT), true); 30 Main.main.menu.helpMenu.addSeparator(); 31 MainMenu.add(Main.main.menu.helpMenu, this); 30 MainMenu.addAfter(Main.main.menu.presetsMenu, this, false, Main.main.menu.presetSearchAction); 32 31 } 33 32
Note:
See TracChangeset
for help on using the changeset viewer.