WebPositive: Fix typo in SettingsWindow.
Thanks Anarchos!
This commit is contained in:
parent
ffa40c8562
commit
928081790f
@ -452,7 +452,7 @@ SettingsWindow::_CreateProxyPage(float spacing)
|
||||
fProxyPortControl->SetModificationMessage(
|
||||
new BMessage(MSG_PROXY_PORT_CHANGED));
|
||||
fProxyPortControl->SetText(
|
||||
fSettings->GetValue(kSettingsKeyProxyAddress, ""));
|
||||
fSettings->GetValue(kSettingsKeyProxyPort, ""));
|
||||
|
||||
fUseProxyAuthCheckBox = new BCheckBox("use authentication",
|
||||
B_TRANSLATE("Proxy server requires authentication"),
|
||||
|
Loading…
Reference in New Issue
Block a user