Save proxy pass, which also used to erroneously overwrite proxy host

This commit is contained in:
Krzysztof Zych 2014-09-25 14:18:39 +02:00
parent c4321374f4
commit 82d2c1931c

View File

@ -775,8 +775,7 @@ void ZealSettingsDialog::saveSettings(){
settings.setValue("httpProxy", ui->m_httpProxy->text());
settings.setValue("httpProxyPort", ui->m_httpProxyPort->value());
settings.setValue("httpProxyUser", ui->m_httpProxyUser->text());
settings.setValue("httpProxy", ui->m_httpProxyPass->text());
settings.setValue("httpProxyPass", ui->m_httpProxyPass->text());
settings.setValue("prefixes", prefixes);
}