- Timestamp:
- 2020-03-09T21:48:16+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MainMenu.java
r16103 r16105 390 390 */ 391 391 public final ImageryMenu imageryMenu = addMenu(new ImageryMenu(imagerySubMenu), /* untranslated name */ "Imagery", KeyEvent.VK_I, 9, ht("/Menu/Imagery")); 392 // CHECKSTYLE.ON: LineLength393 392 /** 394 393 * gpsMenu contains all plugin actions that are related … … 403 402 */ 404 403 public final WindowMenu windowMenu = addMenu(new WindowMenu(), /* untranslated name */ "Windows", KeyEvent.VK_W, 11, ht("/Help/Menu/Windows")); 404 // CHECKSTYLE.ON: LineLength 405 405 406 406 /**
Note:
See TracChangeset
for help on using the changeset viewer.