Changeset 29771 in osm for applications/editors/josm/plugins/CommandLine
- Timestamp:
- 2013-07-24T21:45:09+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified applications/editors/josm/plugins/CommandLine/src/CommandLine/CommandLine.java ΒΆ
r29769 r29771 190 190 191 191 if ( Main.main.menu != null ) { 192 boolean oldMenu = org.openstreetmap.josm.data.Version.getInstance().getVersion() < 6082; 193 commandMenu = Main.main.menu.addMenu(marktr("Commands") , oldMenu?KeyEvent.VK_M : KeyEvent.VK_O, Main.main.menu.defaultMenuPos, ht("/Plugin/CommandLine")); 192 commandMenu = Main.main.menu.addMenu(marktr("Commands") , KeyEvent.VK_O, Main.main.menu.defaultMenuPos, ht("/Plugin/CommandLine")); 194 193 MainMenu.add(commandMenu, new CommandLineAction(this)); 195 194 }
Note:
See TracChangeset
for help on using the changeset viewer.
