Changeset 8846 in josm for trunk/src/org/openstreetmap/josm/tools/PlatformHookWindows.java
- Timestamp:
- 2015-10-10T01:40:42+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/PlatformHookWindows.java
r8510 r8846 187 187 @Override 188 188 public String getOSDescription() { 189 return Utils.strip(System.getProperty("os.name")) + " "+189 return Utils.strip(System.getProperty("os.name")) + ' ' + 190 190 ((System.getenv("ProgramFiles(x86)") == null) ? "32" : "64") + "-Bit"; 191 191 }
Note:
See TracChangeset
for help on using the changeset viewer.
