diff options
author | Aura Linden <aura@lindenlab.com> | 2013-05-16 10:31:33 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2013-05-16 10:31:33 -0700 |
commit | 8642f57dd95864ec6b002f6519701f30866c6502 (patch) | |
tree | 4b78248f5986fc8498b9be07c67efd91c5741cce /indra/newview/llinventorybridge.cpp | |
parent | c96b8281a91a9529cc38fd7049f455152561880e (diff) |
Removed debugging.
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rw-r--r-- | indra/newview/llinventorybridge.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index a5043a30ac..e4fc469bb7 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -3444,7 +3444,7 @@ void LLFolderBridge::buildContextMenuOptions(U32 flags, menuentry_vec_t& items } } - //Added by spatters to force inventory pull on right-click to display folder options correctly. 07-17-06 + //Added by aura to force inventory pull on right-click to display folder options correctly. 07-17-06 mCallingCards = mWearables = FALSE; LLIsType is_callingcard(LLAssetType::AT_CALLINGCARD); |