Changeset 30333 in osm for applications/editors/josm/plugins/smed2/src/panels
- Timestamp:
- 2014-03-20T15:14:02+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/panels/PanelS57.java
r30325 r30333 53 53 PanelMain.setStatus("Select OSM types file", Color.yellow); 54 54 JFileChooser ifc = new JFileChooser(Main.pref.get("smed2plugin.typesfile")); 55 ifc.setSelectedFile(new File(Main.pref.get("smed2plugin.typesfile"))); 55 56 int returnVal = ifc.showOpenDialog(Main.parent); 56 57 if (returnVal == JFileChooser.APPROVE_OPTION) {
Note:
See TracChangeset
for help on using the changeset viewer.
