summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2009-12-15 17:33:59 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2009-12-15 17:33:59 -0500
commit2dd09062d199ebfe7af8d67c59ec1bdc26e124a9 (patch)
treec328fbb58261209472b1011c7a03ef7ea6483511
parente92a88159c7af972c8edd53e50d6ec2d3592a3dd (diff)
menu separator fix
--HG-- branch : avatar-pipeline
-rw-r--r--indra/newview/llinventorybridge.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp
index 1b374a15a0..78e84c9216 100644
--- a/indra/newview/llinventorybridge.cpp
+++ b/indra/newview/llinventorybridge.cpp
@@ -2496,7 +2496,10 @@ void LLFolderBridge::folderOptionsMenu()
checkFolderForContentsOfType(model, is_object) ||
checkFolderForContentsOfType(model, is_gesture) )
{
- mItems.push_back(std::string("Folder Wearables Separator"));
+ if (!is_sidepanel)
+ {
+ mItems.push_back(std::string("Folder Wearables Separator"));
+ }
// Only enable add/replace outfit for non-default folders.
if (!is_default_folder)