Changeset 27765 in osm for applications/editors/josm/plugins/reverter/src
- Timestamp:
- 2012-02-15T20:55:40+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reverter/src/reverter/ReverterPlugin.java
r27604 r27765 19 19 public ReverterPlugin(PluginInformation info) { 20 20 super(info); 21 JMenu historyMenu = Main.main.menu.addMenu(marktr("History"), KeyEvent.VK_ Y,21 JMenu historyMenu = Main.main.menu.addMenu(marktr("History"), KeyEvent.VK_L, 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.