summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelobjectinventory.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-06-18 19:01:59 -0700
committerRichard Linden <none@none>2012-06-18 19:01:59 -0700
commit59987bb051ed39146ec9b3831eec81434779a73f (patch)
tree1d6c56e497321cecbee3456b93407ac7413f0566 /indra/newview/llpanelobjectinventory.cpp
parent379eec8841212665881569c69804fafd96152387 (diff)
CHUI-101 WIP Make LLFolderView general purpose
continuing fixing build errors general cleanup
Diffstat (limited to 'indra/newview/llpanelobjectinventory.cpp')
-rw-r--r--indra/newview/llpanelobjectinventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelobjectinventory.cpp b/indra/newview/llpanelobjectinventory.cpp
index 240c5b2da4..ae68b5ce95 100644
--- a/indra/newview/llpanelobjectinventory.cpp
+++ b/indra/newview/llpanelobjectinventory.cpp
@@ -1542,7 +1542,7 @@ void LLPanelObjectInventory::reset()
p.folder_indentation = -14; // subtract space normally reserved for folder expanders
mFolders = LLUICtrlFactory::create<LLFolderView>(p);
// this ensures that we never say "searching..." or "no items found"
- RN: make this happen by manipulating filter object directly
+ //TODO RN: make this happen by manipulating filter object directly
//mFolders->getFilter()->setShowFolderState(LLInventoryFilter::SHOW_ALL_FOLDERS);
mFolders->setCallbackRegistrar(&mCommitCallbackRegistrar);