Changeset 29784 in osm for applications/editors/josm/plugins/CommandLine/src
- Timestamp:
- 2013-07-26T21:06:52+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CommandLine/src/CommandLine/CommandLine.java
r29771 r29784 190 190 191 191 if ( Main.main.menu != null ) { 192 commandMenu = Main.main.menu.addMenu(marktr("Commands") , KeyEvent.VK_O, Main.main.menu. defaultMenuPos, ht("/Plugin/CommandLine"));192 commandMenu = Main.main.menu.addMenu(marktr("Commands") , KeyEvent.VK_O, Main.main.menu.getDefaultMenuPos(), ht("/Plugin/CommandLine")); 193 193 MainMenu.add(commandMenu, new CommandLineAction(this)); 194 194 }
Note:
See TracChangeset
for help on using the changeset viewer.