Changeset 31975 in osm for applications/editors/josm
- Timestamp:
- 2016-01-11T23:05:29+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/gui/MapillaryPreferenceSetting.java
r31833 r31975 171 171 portListener.start(); 172 172 try { 173 MapillaryUtils.browse(MapillaryURL.connectURL("http://localhost:"+OAuthPortListener.PORT ));173 MapillaryUtils.browse(MapillaryURL.connectURL("http://localhost:"+OAuthPortListener.PORT+'/')); 174 174 } catch (IOException e) { 175 175 Main.error(e);
Note:
See TracChangeset
for help on using the changeset viewer.