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/tools/ImageProvider.java

    r2181 r2512  
    6161    /**
    6262     * Return an image from the specified location.
    63      * 
     63     *
    6464     * @param subdir The position of the directory, e.g. "layer"
    6565     * @param name The icons name (without the ending of ".png")
     
    277277    /**
    278278     * Creates a rotated version of the input image.
    279      * 
     279     *
    280280     * @param c The component to get properties useful for painting, e.g. the foreground or
    281281     * background color.
     
    283283     * @param rotatedAngle the rotated angle, in degree, clockwise. It could be any double but we
    284284     * will mod it with 360 before using it.
    285      * 
     285     *
    286286     * @return the image after rotating.
    287287     */
Note: See TracChangeset for help on using the changeset viewer.