Changeset 16502 in josm for trunk/src/org/openstreetmap/josm/gui/GettingStarted.java
- Timestamp:
- 2020-05-27T07:31:26+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/GettingStarted.java
r16426 r16502 22 22 23 23 import org.openstreetmap.josm.actions.DownloadPrimitiveAction; 24 import org.openstreetmap.josm.actions.HistoryInfoAction; 24 25 import org.openstreetmap.josm.data.Version; 25 26 import org.openstreetmap.josm.gui.animation.AnimationExtensionManager; … … 135 136 lg = new LinkGeneral("<html>" + STYLE + "<h1>" + "JOSM - " + tr("Java OpenStreetMap Editor") 136 137 + "</h1><h2 align=\"center\">" + tr("Downloading \"Message of the day\"") + "</h2></html>"); 137 // clear the build-in command ctrl+shift+O, ctrl+space because it is used as shortcut in JOSM 138 // clear the build-in command ctrl+shift+O, ctrl+space, ctrl+H because it is used as shortcut in JOSM 138 139 lg.getInputMap(JComponent.WHEN_FOCUSED).put(DownloadPrimitiveAction.SHORTCUT.getKeyStroke(), "none"); 139 140 lg.getInputMap(JComponent.WHEN_FOCUSED).put(MenuItemSearchDialog.Action.SHORTCUT.getKeyStroke(), "none"); 141 lg.getInputMap(JComponent.WHEN_FOCUSED).put(HistoryInfoAction.SHORTCUT.getKeyStroke(), "none"); 140 142 lg.setTransferHandler(null); 141 143
Note:
See TracChangeset
for help on using the changeset viewer.