Ignore:
Timestamp:
26.10.2009 15:23:39 (2 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/SaveAction.java

    r2070 r2323  
    33 
    44import static org.openstreetmap.josm.tools.I18n.tr; 
     5import static org.openstreetmap.josm.gui.help.HelpUtil.ht; 
    56 
    67import java.awt.event.KeyEvent; 
     
    2728        super(tr("Save"), "save", tr("Save the current data."), 
    2829                Shortcut.registerShortcut("system:save", tr("File: {0}", tr("Save")), KeyEvent.VK_S, Shortcut.GROUP_MENU)); 
     30        putValue("help", ht("/Action/Save")); 
    2931    } 
    3032 
Note: See TracChangeset for help on using the changeset viewer.