diff options
author | Richard Nelson <richard@lindenlab.com> | 2011-07-26 16:10:29 -0700 |
---|---|---|
committer | Richard Nelson <richard@lindenlab.com> | 2011-07-26 16:10:29 -0700 |
commit | 9b6fbf8d5778b2a01ee24d7c7b8ddd0c405e9458 (patch) | |
tree | 51739ecf2bf3e54abc49e62b41842c3cb0379f6c /indra/newview/llinventorybridge.cpp | |
parent | 4a9a360a893c942d3a8c4d7aeff85978390fb719 (diff) |
build fix
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 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 |