Changeset 2323 in josm for trunk/src/org/openstreetmap/josm/actions/PasteTagsAction.java
- Timestamp:
- 26.10.2009 15:23:39 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/PasteTagsAction.java
r2305 r2323 4 4 5 5 import static org.openstreetmap.josm.tools.I18n.tr; 6 import static org.openstreetmap.josm.gui.help.HelpUtil.ht; 6 7 import static org.openstreetmap.josm.tools.I18n.trn; 7 8 … … 33 34 Shortcut.registerShortcut("system:pastestyle", tr("Edit: {0}", tr("Paste Tags")), KeyEvent.VK_V, Shortcut.GROUP_MENU, Shortcut.SHIFT_DEFAULT), true); 34 35 copyAction.addListener(this); 36 putValue("help", ht("/Action/PasteTags")); 35 37 } 36 38
Note: See TracChangeset
for help on using the changeset viewer.
