Changeset 6309 in osm for applications/editors/josm/plugins/wmsplugin/src
- Timestamp:
- 2008-01-11T14:47:15+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java
r5319 r6309 167 167 public void actionPerformed(ActionEvent ev) { 168 168 File f = openFileDialog(true); 169 if (f == null) return; 169 170 try { 170 171 FileInputStream fis = new FileInputStream(f);
Note:
See TracChangeset
for help on using the changeset viewer.