summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermedia.cpp
diff options
context:
space:
mode:
authorLeslie Linden <none@none>2011-07-07 12:58:06 -0700
committerLeslie Linden <none@none>2011-07-07 12:58:06 -0700
commit8e9fd4bdf2ddce90d8e4bfc8f49b0ebeec29c9fe (patch)
treef60ff6efcd85838f7de5ae9dd315e166e997d819 /indra/newview/llviewermedia.cpp
parente4bb8a442dbaff26ef305945a6768e386b634718 (diff)
EXP-985 FIX -- Always show Inbox panel if "Received Items" folder exists
The presence of the inbox folder now forces the "Received Items" folder to be visible. The same logic applies to the outbox as well. Reviewed by Richard.
Diffstat (limited to 'indra/newview/llviewermedia.cpp')
-rw-r--r--indra/newview/llviewermedia.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermedia.cpp b/indra/newview/llviewermedia.cpp
index 39ad1cfd20..1be58eae45 100644
--- a/indra/newview/llviewermedia.cpp
+++ b/indra/newview/llviewermedia.cpp
@@ -1385,7 +1385,7 @@ public:
else
{
// API in unavailable
- llinfos << "Marketplace API is unavailable -- Inbox Disabled, status = " << status << ", reason = " << reason << llendl;
+ llinfos << "Marketplace API is unavailable -- Inbox may be disabled, status = " << status << ", reason = " << reason << llendl;
}
}
};