diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-09-15 16:39:46 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-09-15 16:39:46 -0700 |
commit | 10d92237adca8bffc82c887dbd37b988602b2d59 (patch) | |
tree | 5af6171ff31d3fdff7d6c31e3be988966258384e /indra/newview/llviewermedia.cpp | |
parent | 9e00dc0cc0af26d85d5613e8bddc03067e37c7d2 (diff) |
* Re-enabling outbox
Diffstat (limited to 'indra/newview/llviewermedia.cpp')
-rw-r--r-- | indra/newview/llviewermedia.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermedia.cpp b/indra/newview/llviewermedia.cpp index 13dbc5e386..e7f05dcaa3 100644 --- a/indra/newview/llviewermedia.cpp +++ b/indra/newview/llviewermedia.cpp @@ -1368,7 +1368,7 @@ void LLViewerMedia::removeCookie(const std::string &name, const std::string &dom // This is defined in two files but I don't want to create a dependence between this and llsidepanelinventory // just to be able to temporarily disable the outbox. -#define ENABLE_INVENTORY_DISPLAY_OUTBOX 0 // keep in sync with ENABLE_MERCHANT_OUTBOX_PANEL, ENABLE_MERCHANT_OUTBOX_CONTEXT_MENU +#define ENABLE_INVENTORY_DISPLAY_OUTBOX 1 // keep in sync with ENABLE_MERCHANT_OUTBOX_PANEL, ENABLE_MERCHANT_OUTBOX_CONTEXT_MENU class LLInventoryUserStatusResponder : public LLHTTPClient::Responder { |