Ignore:
Timestamp:
26.10.2009 15:23:39 (3 years ago)
Author:
Gubaer
Message:

Added explicit help topics
See also current list of help topics with links to source files and to help pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/GpxExportAction.java

    r2181 r2323  
    33 
    44import static org.openstreetmap.josm.actions.SaveActionBase.createAndOpenSaveFileChooser; 
     5import static org.openstreetmap.josm.gui.help.HelpUtil.ht; 
    56import static org.openstreetmap.josm.tools.I18n.tr; 
    67 
     
    2829        super(tr("Export to GPX..."), "exportgpx", tr("Export the data to GPX file."), 
    2930                Shortcut.registerShortcut("file:exportgpx", tr("Export to GPX..."), KeyEvent.VK_E, Shortcut.GROUP_MENU)); 
     31        putValue("help", ht("/Action/GpxExport")); 
    3032    } 
    3133 
Note: See TracChangeset for help on using the changeset viewer.