diff options
| author | Graham Linden <graham@lindenlab.com> | 2019-04-18 11:42:38 -0700 | 
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2019-04-18 11:42:38 -0700 | 
| commit | 1a9f9ae089111d9aa23dab97c02fb9fdb55f4865 (patch) | |
| tree | db959f0ac196d3a8dc18d457c7c65b71658a4bc8 | |
| parent | 311adf5469dde93da7813d6d89feb77d44c01804 (diff) | |
Fix merge error from 6.2.1 EAM merge.
| -rw-r--r-- | indra/newview/llfloaterregioninfo.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterregioninfo.cpp b/indra/newview/llfloaterregioninfo.cpp index bb76af9a3c..ab91c34b3d 100644 --- a/indra/newview/llfloaterregioninfo.cpp +++ b/indra/newview/llfloaterregioninfo.cpp @@ -350,6 +350,7 @@ void LLFloaterRegionInfo::requestRegionInfo()  		tab->getChild<LLPanel>("Debug")->setCtrlsEnabled(FALSE);  		tab->getChild<LLPanel>("Terrain")->setCtrlsEnabled(FALSE);  		tab->getChild<LLPanel>("Estate")->setCtrlsEnabled(FALSE); +        tab->getChild<LLPanel>("Access")->setCtrlsEnabled(FALSE);  	}  	// Must allow anyone to request the RegionInfo data  | 
