Changeset 10713 in josm
- Timestamp:
- 2016-08-03T14:30:12+02:00 (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r10614 r10713 135 135 The 'patches' directory 136 136 ----------------------- 137 Some libraries that JOSM depends on, are patched for various reasons. The files in the patches directory can be used to roll back these customizations. This is useful in order to 138 137 Some libraries that JOSM depends on, are patched for various reasons. The 138 files in the patches directory can be used to roll back these customizations. 139 This is useful in order to 139 140 * inspect the changes 140 141 * update to a newer version of the library but keep the modifications -
trunk/src/org/openstreetmap/josm/actions/AboutAction.java
r10428 r10713 58 58 59 59 JosmTextArea readme = new JosmTextArea(); 60 readme.setFont(GuiHelper.getMonospacedFont(readme)); 60 61 readme.setEditable(false); 61 62 setTextFromResourceFile(readme, "/README"); … … 63 64 64 65 JosmTextArea revision = new JosmTextArea(); 66 revision.setFont(GuiHelper.getMonospacedFont(revision)); 65 67 revision.setEditable(false); 66 68 revision.setText(version.getReleaseAttributes());
Note:
See TracChangeset
for help on using the changeset viewer.