Changeset 5916 in josm


Ignore:
Timestamp:
2013-04-29T17:30:14+02:00 (11 years ago)
Author:
stoecker
Message:

fix version number

Location:
trunk/src/org/openstreetmap/josm
Files:
2 edited

Legend:

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

    r5915 r5916  
    113113     * @param type the type of the locale to use
    114114     * @return the help topic prefix
     115     * @since 5915
    115116     */
    116117    static private String getHelpTopicPrefix(LocaleType type) {
     
    131132     * @param type the locale. {@link Locale#ENGLISH} assumed, if null.
    132133     * @return the absolute, localized help topic
     134     * @since 5915
    133135     */
    134136    static public String buildAbsoluteHelpTopic(String topic, LocaleType type) {
  • trunk/src/org/openstreetmap/josm/tools/LanguageInfo.java

    r5915 r5916  
    99
    1010public class LanguageInfo {
    11     /** Type of the locale to use */
     11    /**
     12     * Type of the locale to use
     13     * @since 5915
     14     */
    1215    public enum LocaleType {
    1316        /** The current default language */
     
    2932     * @return the wiki language prefix or {@code null} for {@link LocaleType#BASELANGUAGE}, when
    3033     * base language is identical to default or english
    31      * @since 8636
     34     * @since 5915
    3235     */
    3336    static public String getWikiLanguagePrefix(LocaleType type) {
Note: See TracChangeset for help on using the changeset viewer.