Changeset 16704 in josm
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/InvertSelectionAction.java
r16701 r16704 18 18 */ 19 19 public InvertSelectionAction() { 20 super(tr("Invert Selection"), null, tr("Invert Selection"), null, true);20 super(tr("Invert Selection"), "invert_selection", tr("Invert Selection"), null, true); 21 21 setHelpId(ht("/Action/InvertSelection")); 22 22 }
Note:
See TracChangeset
for help on using the changeset viewer.