Changeset 12707 in josm for trunk/src/org/openstreetmap/josm/gui/preferences/remotecontrol/RemoteControlPreference.java
- Timestamp:
- 2017-09-01T02:08:49+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/remotecontrol/RemoteControlPreference.java
r12703 r12707 177 177 if (installCertificate != null && uninstallCertificate != null) { 178 178 // Install certificate button is enabled if HTTPS is also enabled 179 installCertificate.setEnabled(enableRemoteControl.isSelected() && enableHttpsSupport.isSelected() && RemoteControl.supportsHttps()); 179 installCertificate.setEnabled(enableRemoteControl.isSelected() 180 && enableHttpsSupport.isSelected() && RemoteControl.supportsHttps()); 180 181 // Uninstall certificate button is always enabled 181 182 uninstallCertificate.setEnabled(RemoteControl.supportsHttps());
Note:
See TracChangeset
for help on using the changeset viewer.
