diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-03-29 15:00:29 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-03-29 15:00:29 -0700 |
commit | f90bcb3a55a0e61f3dbf068c3ddea86b6d5f519f (patch) | |
tree | 712e596bcfd2c4bdac764a3dc6ff4ba9ee1baad4 /indra/newview/llpanelobject.h | |
parent | 7948df474c770ec4223d06e759d5f11278f88dac (diff) |
PATH-442: BUGFIX Disabling the phantom flag in the Build Tools floater for character objects.
Diffstat (limited to 'indra/newview/llpanelobject.h')
-rw-r--r-- | indra/newview/llpanelobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelobject.h b/indra/newview/llpanelobject.h index b606ef5044..307d63aada 100644 --- a/indra/newview/llpanelobject.h +++ b/indra/newview/llpanelobject.h @@ -153,6 +153,7 @@ protected: LLCheckBoxCtrl *mCheckTemporary; LLCheckBoxCtrl *mCheckPhantom; LLCheckBoxCtrl *mCheckPermanent; + LLCheckBoxCtrl *mCheckCharacter; LLTextureCtrl *mCtrlSculptTexture; LLTextBox *mLabelSculptType; |