Changeset 19581 in josm
- Timestamp:
- 2026-06-07T13:12:42+02:00 (4 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageViewerDialog.java
r19579 r19581 760 760 private class CloseOtherTabsAction extends JosmAction { 761 761 CloseOtherTabsAction() { 762 super(tr(" close-other-tabs"), new ImageProvider("misc", "close"), tr("Close other tabs"),763 Shortcut.registerShortcut("closeother", " close other tabs", KeyEvent.VK_Y, Shortcut.ALT), false, null,762 super(tr("Close other tabs"), new ImageProvider("misc", "close"), tr("Close other tabs"), 763 Shortcut.registerShortcut("closeother", "Close other tabs", KeyEvent.VK_Y, Shortcut.ALT), false, null, 764 764 false); 765 765 }
Note:
See TracChangeset
for help on using the changeset viewer.
