diff options
| author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-04-30 15:35:15 +0300 |
|---|---|---|
| committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-04-30 15:35:15 +0300 |
| commit | 348bfc7ea3e1014b94dbcd29744e636e805d44cb (patch) | |
| tree | e6248c352d5a1f1efc54918c053d36c1b6cfb820 /indra/newview/llinventorybridge.h | |
| parent | 9b0763516352f60e8532d0fa177b76fd96ffd582 (diff) | |
MAINT-5155 FIXED Don't allow moving link folders to COF folder.
Diffstat (limited to 'indra/newview/llinventorybridge.h')
| -rwxr-xr-x | indra/newview/llinventorybridge.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h index f8ef15991d..4f49cb059a 100755 --- a/indra/newview/llinventorybridge.h +++ b/indra/newview/llinventorybridge.h @@ -264,7 +264,7 @@ public: {} BOOL dragItemIntoFolder(LLInventoryItem* inv_item, BOOL drop, std::string& tooltip_msg); - BOOL dragCategoryIntoFolder(LLInventoryCategory* inv_category, BOOL drop, std::string& tooltip_msg); + BOOL dragCategoryIntoFolder(LLInventoryCategory* inv_category, BOOL drop, std::string& tooltip_msg, BOOL is_link = FALSE); virtual void buildDisplayName() const; |
