[haiku-commits] haiku: hrev49921 - src/apps/webpositive

  • From: waddlesplash@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 16 Dec 2015 22:32:48 +0100 (CET)

hrev49921 adds 1 changeset to branch 'master'
old head: ffa40c8562c4d58b30cbf9e66c7105ed2f0d7d9f
new head: 928081790fa23cb684803dca195905f7be8a4f18
overview:
http://cgit.haiku-os.org/haiku/log/?qt=range&q=928081790fa2+%5Effa40c8562c4

----------------------------------------------------------------------------

928081790fa2: WebPositive: Fix typo in SettingsWindow.

Thanks Anarchos!

[ Augustin Cavalier <waddlesplash@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision: hrev49921
Commit: 928081790fa23cb684803dca195905f7be8a4f18
URL: http://cgit.haiku-os.org/haiku/commit/?id=928081790fa2
Author: Augustin Cavalier <waddlesplash@xxxxxxxxx>
Date: Wed Dec 16 21:16:35 2015 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/apps/webpositive/SettingsWindow.cpp | 2 +-

----------------------------------------------------------------------------

diff --git a/src/apps/webpositive/SettingsWindow.cpp
b/src/apps/webpositive/SettingsWindow.cpp
index 8ac4940..a6ab410 100644
--- a/src/apps/webpositive/SettingsWindow.cpp
+++ b/src/apps/webpositive/SettingsWindow.cpp
@@ -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"),


Other related posts:

  • » [haiku-commits] haiku: hrev49921 - src/apps/webpositive - waddlesplash