Changeset 1573 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2009-05-05T16:36:08+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/OpenFileAction.java
r1519 r1573 88 88 j = notes.indexOf('\n', j + 1); 89 89 } 90 j = j >= 0 ? j : notes.length(); 90 91 JOptionPane.showMessageDialog(Main.parent, notes.substring(0, j)); 91 92 }
Note:
See TracChangeset
for help on using the changeset viewer.