summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerstats.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-03-21 06:59:55 -0400
committerOz Linden <oz@lindenlab.com>2011-03-21 06:59:55 -0400
commitcb47ae3264f3d9d22add17f2cbc5699c8620705f (patch)
treec426adad23154cb74711a78174c412ab2a2b8034 /indra/newview/llviewerstats.cpp
parent2cddf137e3c785dc9efbe7e12b90d239d8eaa958 (diff)
parent8e0ea2fb7271b6d559ec751d47eb8b2992d4611d (diff)
merge changes for storm-971
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());
}