Changeset 12984 in osm for applications/editors/josm/plugins/openvisible/src/at/dallermassl
- Timestamp:
- 2009-01-06T15:50:39+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openvisible/src/at/dallermassl/josm/plugin/openvisible/OpenVisibleAction.java
r12778 r12984 42 42 43 43 public OpenVisibleAction() { 44 super(tr("Open Visible 44 super(tr("Open Visible..."), "openvisible", 45 45 tr("Open only files that are visible in current view."), 46 Shortcut.registerShortcut("tools:openvisible", tr("Menu: {0}", tr("Open Visible 46 Shortcut.registerShortcut("tools:openvisible", tr("Menu: {0}", tr("Open Visible...")), 47 47 KeyEvent.VK_I, Shortcut.GROUP_MENU, Shortcut.SHIFT_DEFAULT), true); 48 48 }
Note:
See TracChangeset
for help on using the changeset viewer.