Changeset 2323 in josm for trunk/src/org/openstreetmap/josm/actions/SelectAllAction.java
- Timestamp:
- 2009-10-26T15:23:39+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/SelectAllAction.java
r1865 r2323 3 3 4 4 import static org.openstreetmap.josm.tools.I18n.tr; 5 import static org.openstreetmap.josm.gui.help.HelpUtil.ht; 5 6 6 7 import java.awt.event.ActionEvent; … … 14 15 super(tr("Select All"),"selectall", tr("Select all undeleted objects in the data layer. This selects incomplete objects too."), 15 16 Shortcut.registerShortcut("system:selectall", tr("Edit: {0}", tr("Select All")), KeyEvent.VK_A, Shortcut.GROUP_MENU), true); 17 putValue("help", ht("/Action/SelectAll")); 16 18 } 17 19
Note:
See TracChangeset
for help on using the changeset viewer.
