Ignore:
Timestamp:
2009-10-26T15:23:39+01:00 (15 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/UploadSelectionAction.java

    r2273 r2323  
    3333import org.openstreetmap.josm.tools.ExceptionUtil;
    3434import org.xml.sax.SAXException;
    35 
     35import static org.openstreetmap.josm.gui.help.HelpUtil.ht;
    3636
    3737/**
     
    4949                null, /* no shortcut */
    5050                true);
     51        putValue("help", ht("/Action/UploadSelection"));
    5152    }
    5253
Note: See TracChangeset for help on using the changeset viewer.