Skip to content

Commit 75e01f8

Browse files
committed
#3436 Better handling in setting_get_control
1 parent 74cdfce commit 75e01f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

indra/newview/llviewercontrol.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,9 +764,9 @@ LLPointer<LLControlVariable> setting_get_control(LLControlGroup& group, const st
764764
LLPointer<LLControlVariable> cntrl_ptr = group.getControl(setting);
765765
if (cntrl_ptr.isNull())
766766
{
767+
LLError::LLUserWarningMsg::showMissingFiles();
767768
LL_ERRS() << "Unable to set up setting listener for " << setting
768-
<< ". Please reinstall viewer from https ://secondlife.com/support/downloads/ and contact https://support.secondlife.com if issue persists after reinstall."
769-
<< LL_ENDL;
769+
<< "." << LL_ENDL;
770770
}
771771
return cntrl_ptr;
772772
}

0 commit comments

Comments
 (0)