Ignore:
Timestamp:
2009-11-24T10:45:04+01:00 (14 years ago)
Author:
stoecker
Message:

i18n updated, fixed files to reduce problems when applying patches, fix #4017

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/help/ContextSensitiveHelpAction.java

    r2326 r2512  
    1313 * This is the standard help action to be used with help buttons for
    1414 * context sensitive help
    15  * 
     15 *
    1616 */
    1717public class ContextSensitiveHelpAction extends AbstractAction {
     
    2121
    2222    /**
    23      * Sets the help topic 
    24      * 
     23     * Sets the help topic
     24     *
    2525     * @param relativeHelpTopic the relative help topic
    2626     */
     
    3030        this.helpTopic = relativeHelpTopic;
    3131    }
    32    
     32
    3333    /**
    3434     * Creates a help topic for the root help topic
    35      * 
     35     *
    3636     */
    3737    public ContextSensitiveHelpAction() {
    3838        this(ht("/"));
    3939    }
    40    
     40
    4141    /**
    42      * 
     42     *
    4343     * @param helpTopic
    4444     */
Note: See TracChangeset for help on using the changeset viewer.