Changeset 25578 in osm for applications/editors/josm
- Timestamp:
- 2011-03-12T11:35:39+01:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/reverter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reverter/build.xml
r25190 r25578 31 31 32 32 <!-- enter the SVN commit message --> 33 <property name="commit.message" value=" fix bug with handling for incomplete relation members" />33 <property name="commit.message" value="avoid shortcut conflict (see josm bug 6029)" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 35 <property name="plugin.main.version" value="3835" /> -
applications/editors/josm/plugins/reverter/src/reverter/ReverterPlugin.java
r24887 r25578 18 18 public ReverterPlugin(PluginInformation info) { 19 19 super(info); 20 JMenu historyMenu = Main.main.menu.addMenu(marktr("History"), KeyEvent.VK_ R,20 JMenu historyMenu = Main.main.menu.addMenu(marktr("History"), KeyEvent.VK_S, 21 21 Main.main.menu.defaultMenuPos,ht("/Plugin/Reverter")); 22 22 //MainMenu.add(historyMenu, new ObjectsHistoryAction());
Note:
See TracChangeset
for help on using the changeset viewer.