diff options
| author | Logan Dethrow <log@lindenlab.com> | 2011-08-22 20:32:10 -0400 | 
|---|---|---|
| committer | Logan Dethrow <log@lindenlab.com> | 2011-08-22 20:32:10 -0400 | 
| commit | 61f4c953c4eb63fddf553bd114dc6116e6e464b6 (patch) | |
| tree | d91b44a70fc0c2db8de3fe8f509c08711c55bcf4 | |
| parent | ce0b04889d3d02d1d1eabe84a566a641db1e2d8e (diff) | |
Fixed a xui widget name mismatch between c++ and xml.
| -rwxr-xr-x | indra/newview/llfloaterpreference.cpp | 2 | 
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" && | 
