From 59693600d02e29d4376b847eb8d06007cd6665dd Mon Sep 17 00:00:00 2001 From: phr0z3nt04st Date: Sun, 6 Jun 2010 20:00:37 -0500 Subject: [PATCH] Since the web brower doesnt open, quick fix for ToS issues... --- indra/newview/llfloatertos.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/indra/newview/llfloatertos.cpp b/indra/newview/llfloatertos.cpp index 2dedc79af..6bb19cdbb 100644 --- a/indra/newview/llfloatertos.cpp +++ b/indra/newview/llfloatertos.cpp @@ -155,7 +155,10 @@ BOOL LLFloaterTOS::postBuild() // disable Agree to TOS radio button until the page has fully loaded LLCheckBoxCtrl* tos_agreement = getChild("agree_chk"); - tos_agreement->setEnabled( false ); + // + // UHHHH NO :> + tos_agreement->setEnabled( true ); + // // hide the SL text widget if we're displaying TOS with using a browser widget. LLTextEditor *editor = getChild("tos_text");