diff options
author | Leslie Linden <leslie@lindenlab.com> | 2012-02-09 09:27:18 -0800 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2012-02-09 09:27:18 -0800 |
commit | 94b8cd3fa602025e59f4395dc971c8ffa1ac86c5 (patch) | |
tree | f97a6d364cb0d43168f12ea0f0503f346e258053 /indra/newview/llinventorybridge.cpp | |
parent | 289d756ea86bd3898f41592146d8f549cd056846 (diff) |
Enabled the 'Merchant Outbox' menu item and context menu
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 cebe93f042..c0065a94e6 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 0 +#define ENABLE_MERCHANT_OUTBOX_CONTEXT_MENU 1 #define ENABLE_MERCHANT_SEND_TO_MARKETPLACE_CONTEXT_MENU 0 #define BLOCK_WORN_ITEMS_IN_OUTBOX 1 |