Changeset 5879 in josm
- Timestamp:
- 2013-04-18T02:31:14+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/PlatformHookOsx.java
r5850 r5879 256 256 @Override 257 257 public String getOSDescription() { 258 return System.getProperty("os.name") ;258 return System.getProperty("os.name") + " " + System.getProperty("os.version"); 259 259 } 260 260 }
Note:
See TracChangeset
for help on using the changeset viewer.