Ignore:
Timestamp:
2014-03-20T15:14:02+01:00 (12 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed2/src/panels/PanelS57.java

    r30325 r30333  
    5353                PanelMain.setStatus("Select OSM types file", Color.yellow);
    5454                JFileChooser ifc = new JFileChooser(Main.pref.get("smed2plugin.typesfile"));
     55                ifc.setSelectedFile(new File(Main.pref.get("smed2plugin.typesfile")));
    5556                int returnVal = ifc.showOpenDialog(Main.parent);
    5657                if (returnVal == JFileChooser.APPROVE_OPTION) {
Note: See TracChangeset for help on using the changeset viewer.