Changeset 27766 in osm for applications/editors/josm/plugins/reverter/src
- Timestamp:
- 2012-02-15T21:39:20+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reverter/src/reverter/ReverterPlugin.java
r27765 r27766 19 19 public ReverterPlugin(PluginInformation info) { 20 20 super(info); 21 JMenu historyMenu = Main.main.menu.addMenu(marktr("History"), KeyEvent.VK_ L,21 JMenu historyMenu = Main.main.menu.addMenu(marktr("History"), KeyEvent.VK_Y, 22 22 Main.main.menu.defaultMenuPos,ht("/Plugin/Reverter")); 23 23 //MainMenu.add(historyMenu, new ObjectsHistoryAction());
Note:
See TracChangeset
for help on using the changeset viewer.