diff options
| author | James Cook <james@lindenlab.com> | 2009-11-12 19:24:31 -0800 | 
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2009-11-12 19:24:31 -0800 | 
| commit | 20c0a0b68f82908bc73872ec132775e8c69cca4d (patch) | |
| tree | d4874330877e02d14de17da3f157521277132f0e | |
| parent | 767e97d2b9db75ae55a123ffb9472f00a703fe56 (diff) | |
Test intentionally not-found LLUICtrl.
| -rw-r--r-- | indra/newview/llfloatertestinspectors.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/newview/llfloatertestinspectors.cpp b/indra/newview/llfloatertestinspectors.cpp index 8af011c17a..e68faba712 100644 --- a/indra/newview/llfloatertestinspectors.cpp +++ b/indra/newview/llfloatertestinspectors.cpp @@ -53,6 +53,8 @@ LLFloaterTestInspectors::~LLFloaterTestInspectors()  BOOL LLFloaterTestInspectors::postBuild()  { +	getChild<LLUICtrl>("intentionally-not-found"); +  //	getChild<LLUICtrl>("avatar_2d_btn")->setCommitCallback(  //		boost::bind(&LLFloaterTestInspectors::onClickAvatar2D, this));  	getChild<LLUICtrl>("avatar_3d_btn")->setCommitCallback( | 
