Changeset 162 in josm for src/org/openstreetmap
- Timestamp:
- 2006-10-14T00:58:07+02:00 (18 years ago)
- Location:
- src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/actions/AboutAction.java
r148 r162 55 55 56 56 public AboutAction() { 57 super(tr("About"), "about",tr("Display the about screen."), KeyEvent.VK_ A);57 super(tr("About"), "about",tr("Display the about screen."), KeyEvent.VK_F1, KeyEvent.SHIFT_DOWN_MASK); 58 58 } 59 59 -
src/org/openstreetmap/josm/gui/dialogs/CommandStackDialog.java
r119 r162 29 29 30 30 public CommandStackDialog(final MapFrame mapFrame) { 31 super(tr("Command Stack"), "commandstack", tr("Open a list of all commands (undo buffer)."), KeyEvent.VK_ C, 100);31 super(tr("Command Stack"), "commandstack", tr("Open a list of all commands (undo buffer)."), KeyEvent.VK_O, 100); 32 32 mapFrame.mapView.addLayerChangeListener(new LayerChangeListener(){ 33 33 public void activeLayerChange(Layer oldLayer, Layer newLayer) {}
Note:
See TracChangeset
for help on using the changeset viewer.