Changeset 29771 in osm for applications/editors/josm/plugins/lakewalker
- Timestamp:
- 2013-07-24T21:45:09+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/lakewalker
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/lakewalker/build.xml
r29723 r29771 5 5 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value=" 4980"/>7 <property name="plugin.main.version" value="6082"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPlugin.java
r23190 r29771 17 17 public LakewalkerPlugin(PluginInformation info) { 18 18 super(info); 19 MainMenu.add(Main.main.menu. toolsMenu, new LakewalkerAction(tr("Lake Walker")));19 MainMenu.add(Main.main.menu.moreToolsMenu, new LakewalkerAction(tr("Lake Walker"))); 20 20 } 21 21
Note:
See TracChangeset
for help on using the changeset viewer.