Ticket #3336: wmssave.patch
| File wmssave.patch, 472 bytes (added by , 17 years ago) |
|---|
-
src/wmsplugin/WMSLayer.java
301 301 public void actionPerformed(ActionEvent ev) { 302 302 File f = SaveActionBase.createAndOpenSaveFileChooser( 303 303 tr("Save WMS layer"), ".wms"); 304 305 if(f == null) 306 return; 307 304 308 try 305 309 { 306 310 FileOutputStream fos = new FileOutputStream(f);
