diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-11-25 11:31:03 -0500 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-11-25 11:31:03 -0500 |
| commit | d159daa8d7766be78f890e2fdc2160413099970c (patch) | |
| tree | fafb2060f4094401dcc6c7866d411081e5754a85 /indra/newview/llinventorybridge.cpp | |
| parent | 788dbcce6661923c6963a454fb094239cc669723 (diff) | |
For EXT-2584: Select and rename new folder when creating new outfit
--HG--
branch : avatar-pipeline
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
| -rw-r--r-- | indra/newview/llinventorybridge.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 9421cf5716..fedc45b1fb 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -2385,6 +2385,8 @@ void LLFolderBridge::folderOptionsMenu() if (is_sidepanel)
{
mItems.clear();
+ mItems.push_back("Rename");
+ mItems.push_back("Delete");
}
// Only enable calling-card related options for non-default folders.
|
