diff options
author | Richard Linden <none@none> | 2012-02-03 11:14:54 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2012-02-03 11:14:54 -0800 |
commit | a89fbc1d3396d1fe5516571fd6d8651d60709784 (patch) | |
tree | b60e6262bf00ee8e64250c826a13b415ef6abe86 /indra/newview | |
parent | 028d9b3b3433bcb84253a23e98a2027b26b08255 (diff) |
EXP-1868 FIX Remove Merchant Outbox from Me menu
removed merchant outbox context menu
reviewed by Leslie
Diffstat (limited to 'indra/newview')
-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 c0065a94e6..cebe93f042 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -73,7 +73,7 @@ #include "llwearablelist.h" // Marketplace outbox current disabled -#define ENABLE_MERCHANT_OUTBOX_CONTEXT_MENU 1 +#define ENABLE_MERCHANT_OUTBOX_CONTEXT_MENU 0 #define ENABLE_MERCHANT_SEND_TO_MARKETPLACE_CONTEXT_MENU 0 #define BLOCK_WORN_ITEMS_IN_OUTBOX 1 |