#3436 Better handling in setting_get_control
parent
74cdfcefa0
commit
75e01f894d
|
|
@ -764,9 +764,9 @@ LLPointer<LLControlVariable> setting_get_control(LLControlGroup& group, const st
|
|||
LLPointer<LLControlVariable> cntrl_ptr = group.getControl(setting);
|
||||
if (cntrl_ptr.isNull())
|
||||
{
|
||||
LLError::LLUserWarningMsg::showMissingFiles();
|
||||
LL_ERRS() << "Unable to set up setting listener for " << setting
|
||||
<< ". Please reinstall viewer from https ://secondlife.com/support/downloads/ and contact https://support.secondlife.com if issue persists after reinstall."
|
||||
<< LL_ENDL;
|
||||
<< "." << LL_ENDL;
|
||||
}
|
||||
return cntrl_ptr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue