Changeset 2323 in josm for trunk/src/org/openstreetmap/josm/actions/GpxExportAction.java
- Timestamp:
- 26.10.2009 15:23:39 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/GpxExportAction.java
r2181 r2323 3 3 4 4 import static org.openstreetmap.josm.actions.SaveActionBase.createAndOpenSaveFileChooser; 5 import static org.openstreetmap.josm.gui.help.HelpUtil.ht; 5 6 import static org.openstreetmap.josm.tools.I18n.tr; 6 7 … … 28 29 super(tr("Export to GPX..."), "exportgpx", tr("Export the data to GPX file."), 29 30 Shortcut.registerShortcut("file:exportgpx", tr("Export to GPX..."), KeyEvent.VK_E, Shortcut.GROUP_MENU)); 31 putValue("help", ht("/Action/GpxExport")); 30 32 } 31 33
Note: See TracChangeset
for help on using the changeset viewer.
