summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRichard Nelson <richard@lindenlab.com>2011-07-26 16:10:29 -0700
committerRichard Nelson <richard@lindenlab.com>2011-07-26 16:10:29 -0700
commit9b6fbf8d5778b2a01ee24d7c7b8ddd0c405e9458 (patch)
tree51739ecf2bf3e54abc49e62b41842c3cb0379f6c /indra
parent4a9a360a893c942d3a8c4d7aeff85978390fb719 (diff)
build fix
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llinventorybridge.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp
index 5ab833e308..ff328fd071 100644
--- a/indra/newview/llinventorybridge.cpp
+++ b/indra/newview/llinventorybridge.cpp
@@ -2514,7 +2514,7 @@ void LLFolderBridge::folderOptionsMenu()
if (!isItemRemovable())
{
- disabled_items.push_back(std::string("Delete"));
+ mDisabledItems.push_back(std::string("Delete"));
}
#ifndef LL_RELEASE_FOR_DOWNLOAD