renamed PROXY_URL to PROXY_SERVER to avoid confusion

Former-commit-id: 1fbc025fba68aff644a8b8582657e5ef30024a24
This commit is contained in:
Jeremy Long
2014-05-24 07:06:59 -04:00
parent 89fb2d4915
commit 01690860db
7 changed files with 8 additions and 8 deletions

View File

@@ -213,7 +213,7 @@ public class App {
}
Settings.setBoolean(Settings.KEYS.AUTO_UPDATE, autoUpdate);
if (proxyUrl != null && !proxyUrl.isEmpty()) {
Settings.setString(Settings.KEYS.PROXY_URL, proxyUrl);
Settings.setString(Settings.KEYS.PROXY_SERVER, proxyUrl);
}
if (proxyPort != null && !proxyPort.isEmpty()) {
Settings.setString(Settings.KEYS.PROXY_PORT, proxyPort);