Changeset 2323 in josm for trunk/src/org/openstreetmap/josm/actions/ZoomInAction.java
- Timestamp:
- 2009-10-26T15:23:39+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/ZoomInAction.java
r1895 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; … … 15 16 super(tr("Zoom In"), "dialogs/zoomin", tr("Zoom In"), 16 17 Shortcut.registerShortcut("view:zoomin", tr("View: {0}", tr("Zoom In")), KeyEvent.VK_PLUS, Shortcut.GROUP_DIRECT), true); 18 putValue("help", ht("/Action/ZoomIn")); 17 19 } 18 20
Note:
See TracChangeset
for help on using the changeset viewer.
