Changeset 7337 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2014-07-26T16:36:43+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/PlatformHookWindows.java
r7335 r7337 262 262 } 263 263 } 264 // JOSM certificate not found, install it 264 // JOSM certificate not found, install it to Windows-ROOT keystore, used by IE, Chrome and Safari, but not by Firefox 265 265 Main.info(tr("Adding JOSM localhost certificate to {0} keystore", WINDOWS_ROOT)); 266 266 ks.setEntry("josm_localhost", trustedCert, null);
Note: See TracChangeset
for help on using the changeset viewer.