Skip to content
Snippets Groups Projects
Commit 61f4c953 authored by Logan Dethrow's avatar Logan Dethrow
Browse files

Fixed a xui widget name mismatch between c++ and xml.

parent ce0b0488
No related branches found
No related tags found
No related merge requests found
......@@ -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" &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment