summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpreference.cpp
diff options
context:
space:
mode:
authorLogan Dethrow <log@lindenlab.com>2011-08-22 20:32:10 -0400
committerLogan Dethrow <log@lindenlab.com>2011-08-22 20:32:10 -0400
commit61f4c953c4eb63fddf553bd114dc6116e6e464b6 (patch)
treed91b44a70fc0c2db8de3fe8f509c08711c55bcf4 /indra/newview/llfloaterpreference.cpp
parentce0b04889d3d02d1d1eabe84a566a641db1e2d8e (diff)
Fixed a xui widget name mismatch between c++ and xml.
Diffstat (limited to 'indra/newview/llfloaterpreference.cpp')
-rwxr-xr-xindra/newview/llfloaterpreference.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp
index bd9efdd409..456f898bfa 100755
--- a/indra/newview/llfloaterpreference.cpp
+++ b/indra/newview/llfloaterpreference.cpp
@@ -2095,7 +2095,7 @@ void LLFloaterPreferenceProxy::onChangeSocksSettings()
}
// Check for invalid states for the other HTTP proxy radio
- LLRadioGroup* otherHttpProxy = getChild<LLRadioGroup>("other_http_proxy_selection");
+ LLRadioGroup* otherHttpProxy = getChild<LLRadioGroup>("HttpProxyType");
if ((otherHttpProxy->getSelectedValue().asString() == "Socks" &&
getChild<LLCheckBoxCtrl>("socks_proxy_enabled")->get() == FALSE )||(
otherHttpProxy->getSelectedValue().asString() == "Web" &&