Changeset 1146 in josm for trunk/src/org/openstreetmap/josm/Main.java
- Timestamp:
- 2008-12-19T14:43:36+01:00 (17 years ago)
- File:
-
- 1 edited
-
trunk/src/org/openstreetmap/josm/Main.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/Main.java
r1138 r1146 484 484 if (s.startsWith("file:")) { 485 485 try { 486 main.menu.open.openFile(new File(new URI(s))); 486 main.menu.openFile.openFile(new File(new URI(s))); 487 487 } catch (URISyntaxException e) { 488 488 JOptionPane.showMessageDialog(Main.parent, tr("Ignoring malformed file url: \"{0}\"", s)); … … 501 501 } 502 502 503 main.menu.open.openFile(new File(s)); 503 main.menu.openFile.openFile(new File(s)); 504 504 } 505 505
Note:
See TracChangeset
for help on using the changeset viewer.
