Changeset 5873 in josm


Ignore:
Timestamp:
2013-04-16T12:44:15+02:00 (11 years ago)
Author:
Don-vip
Message:

see #8571, #8602, #8606: Remove "Operating system" line from status report header as it is now fully included in Agent string

File:
1 edited

Legend:

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

    r5851 r5873  
    5757    }
    5858
     59    /**
     60     * Replies the report header (software and system info)
     61     * @return The report header (software and system info)
     62     */
    5963    public static String getReportHeader()
    6064    {
     
    7377        text.append("\n");
    7478        text.append("Java version: " + System.getProperty("java.version") + ", " + System.getProperty("java.vendor") + ", " + System.getProperty("java.vm.name"));
    75         text.append("\n");
    76         text.append("Operating system: "+ Main.platform.getOSDescription());
    7779        text.append("\n");
    7880        try {
Note: See TracChangeset for help on using the changeset viewer.