Ignore:
Timestamp:
2008-12-28T20:02:21+01:00 (15 years ago)
Author:
stoecker
Message:

added plugin information to bug report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/AboutAction.java

    r1179 r1189  
    8686    }
    8787
     88    static public String getTextBlock() {
     89        return revision.getText();
     90    }
     91
    8892    /**
    8993     * Return the number part of the version string.
     
    105109     */
    106110    public static boolean isDevelopmentVersion() {
    107         return version.endsWith(" SVN");
     111        return version.endsWith(" SVN") || version.equals(tr("UNKNOWN"));
    108112    }
    109113
Note: See TracChangeset for help on using the changeset viewer.