summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerstats.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-03-21 07:00:20 -0400
committerOz Linden <oz@lindenlab.com>2011-03-21 07:00:20 -0400
commitd3023153e9c7aa2eaf18468e8d81aebf0d6223e0 (patch)
treef1265d15e702f1dd449476fd5e7b956ccd7f33f8 /indra/newview/llviewerstats.cpp
parent7766d424d0f8cf8a6c882f50bc4dd04bf8f2096b (diff)
parentcb47ae3264f3d9d22add17f2cbc5699c8620705f (diff)
merge changes for storm-1035
Diffstat (limited to 'indra/newview/llviewerstats.cpp')
-rw-r--r--indra/newview/llviewerstats.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerstats.cpp b/indra/newview/llviewerstats.cpp
index 546ee9a334..874519a59f 100644
--- a/indra/newview/llviewerstats.cpp
+++ b/indra/newview/llviewerstats.cpp
@@ -852,6 +852,8 @@ void send_stats()
body["DisplayNamesEnabled"] = gSavedSettings.getBOOL("UseDisplayNames");
body["DisplayNamesShowUsername"] = gSavedSettings.getBOOL("NameTagShowUsernames");
+ body["MinimalSkin"] = !gSavedSettings.getString("SessionSettingsFile").empty();
+
LLViewerStats::getInstance()->addToMessage(body);
LLHTTPClient::post(url, body, new ViewerStatsResponder());
}