- Timestamp:
- 2011-08-31T16:16:54+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/io/CredentialDialog.java
r4249 r4386 35 35 import org.openstreetmap.josm.gui.help.ContextSensitiveHelpAction; 36 36 import org.openstreetmap.josm.gui.help.HelpUtil; 37 import org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel; 37 38 import org.openstreetmap.josm.io.OsmApi; 38 39 import org.openstreetmap.josm.tools.ImageProvider; … … 264 265 lblHeading.setText( 265 266 "<html>" + tr("Authenticating at the HTTP proxy ''{0}'' failed. Please enter a valid username and a valid password.", 266 System.getProperty("http.proxyHost") + ":" + System.getProperty("http.proxyPort")) + "</html>");267 Main.pref.get(ProxyPreferencesPanel.PROXY_HTTP_HOST) + ":" + Main.pref.get(ProxyPreferencesPanel.PROXY_HTTP_PORT)) + "</html>"); 267 268 lblWarning.setText("<html>" + tr("Warning: depending on the authentication method the proxy server uses the password may be transferred unencrypted.") + "</html>"); 268 269 }
Note:
See TracChangeset
for help on using the changeset viewer.