Changeset 6309 in osm for applications/editors/josm


Ignore:
Timestamp:
2008-01-11T14:47:15+01:00 (17 years ago)
Author:
gabriel
Message:

wmsplugin: Don't print an error message when canceling the file dialog.

Location:
applications/editors/josm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java

    r5319 r6309  
    167167                public void actionPerformed(ActionEvent ev) {
    168168                        File f = openFileDialog(true);
     169                        if (f == null) return;
    169170                        try {
    170171                                FileInputStream fis = new FileInputStream(f);
Note: See TracChangeset for help on using the changeset viewer.