Changeset 12643 in josm for trunk/src/org/openstreetmap/josm/actions/OpenFileAction.java
- Timestamp:
- 2017-08-25T10:18:53+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/OpenFileAction.java
r12634 r12643 320 320 if (m.matches()) { 321 321 String url = m.group(1); 322 Main .main.menu.openLocation.openUrl(false, url);322 MainApplication.getMenu().openLocation.openUrl(false, url); 323 323 } 324 324 }
Note:
See TracChangeset
for help on using the changeset viewer.
