Since the web brower doesnt open, quick fix for ToS issues...

This commit is contained in:
phr0z3nt04st
2010-06-06 20:00:37 -05:00
parent 01ed71cbcf
commit 59693600d0

View File

@@ -155,7 +155,10 @@ BOOL LLFloaterTOS::postBuild()
// disable Agree to TOS radio button until the page has fully loaded
LLCheckBoxCtrl* tos_agreement = getChild<LLCheckBoxCtrl>("agree_chk");
tos_agreement->setEnabled( false );
// <edit>
// UHHHH NO :>
tos_agreement->setEnabled( true );
// </edit>
// hide the SL text widget if we're displaying TOS with using a browser widget.
LLTextEditor *editor = getChild<LLTextEditor>("tos_text");