diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-04-07 06:26:42 +0300 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-04-07 06:26:42 +0300 |
commit | 4b5eeb34601ac642194e245ef3928a3b9e56d3b8 (patch) | |
tree | 7231c6fe014c0ec26c04c7a4ddff2ac49677907d /indra/newview/llfloaterenvsettings.cpp | |
parent | 89d747221c15ce8eee19252291a0273871e8c986 (diff) |
STORM-1142 ADDITIONAL_COMMIT Debugging improvements.
Diffstat (limited to 'indra/newview/llfloaterenvsettings.cpp')
-rw-r--r-- | indra/newview/llfloaterenvsettings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterenvsettings.cpp b/indra/newview/llfloaterenvsettings.cpp index d569159d6b..2fa022049d 100644 --- a/indra/newview/llfloaterenvsettings.cpp +++ b/indra/newview/llfloaterenvsettings.cpp @@ -113,6 +113,7 @@ void LLFloaterEnvSettings::initCallbacks(void) getChild<LLUICtrl>("EnvUseLocalTimeButton")->setCommitCallback(boost::bind(&LLFloaterEnvSettings::onUseLocalTime)); childSetCommitCallback("RegionWLOptIn", &LLFloaterEnvSettings::onUseRegionEnvironment, NULL); + getChild<LLUICtrl>("RegionWLOptIn")->setRightMouseDownCallback(boost::bind(&LLEnvManager::dumpScopes, &LLEnvManager::instance())); } |