Changeset 9980 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2016-03-13T16:31:38+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/PlatformHookUnixoid.java
r9750 r9980 66 66 * Platform font name. 67 67 */ 68 @pref @writeExplicitly 68 @pref 69 @writeExplicitly 69 70 public String name = ""; 70 71 … … 72 73 * File name. 73 74 */ 74 @pref @writeExplicitly 75 @pref 76 @writeExplicitly 75 77 public String file = ""; 76 78
Note:
See TracChangeset
for help on using the changeset viewer.