Changeset 1138 in josm for trunk/src/org/openstreetmap/josm/gui/GettingStarted.java
- Timestamp:
- 2008-12-15T17:14:52+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/GettingStarted.java
r1016 r1138 57 57 } 58 58 59 int myVersion; 60 try { 61 myVersion = Integer.parseInt(AboutAction.getVersion()); 62 } catch (NumberFormatException e) { 63 myVersion = 0; 64 } 59 int myVersion = AboutAction.getVersionNumber(); 65 60 66 61 Pattern commentPattern = Pattern.compile("\\<p\\>\\s*\\/\\*[^\\*]*\\*\\/\\s*\\<\\/p\\>", Pattern.CASE_INSENSITIVE|Pattern.DOTALL|Pattern.MULTILINE);
Note:
See TracChangeset
for help on using the changeset viewer.
