Changeset 3940 in josm
- Timestamp:
- Mar 2, 2011 3:00:31 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/MapPaintDialog.java
r3896 r3940 86 86 public MapPaintDialog() { 87 87 super(tr("Map Paint Styles"), "mapstyle", tr("configure the map painting style"), 88 Shortcut.registerShortcut("subwindow: authors", tr("Toggle: {0}", tr("Authors")), KeyEvent.VK_M, Shortcut.GROUP_LAYER, Shortcut.SHIFT_DEFAULT), 150);88 Shortcut.registerShortcut("subwindow:mappaint", tr("Toggle: {0}", tr("MapPaint")), KeyEvent.VK_M, Shortcut.GROUP_LAYER, Shortcut.SHIFT_DEFAULT), 150); 89 89 build(); 90 90 }
Note: See TracChangeset
for help on using the changeset viewer.
