diff options
| author | Richard Linden <none@none> | 2011-09-20 18:47:13 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2011-09-20 18:47:13 -0700 |
| commit | bc3f0e0a81af79820a0c0a6877d266fca46ef917 (patch) | |
| tree | 0ad752e4529b972de71b0086846a3ab11fad0525 /indra/newview/llviewerstats.cpp | |
| parent | c196013b697102805e8aa160a85f38dccb623851 (diff) | |
EXP-1230 FIX As a resident, I want to not have to choose a UI mode
removed all references to basic mode
Diffstat (limited to 'indra/newview/llviewerstats.cpp')
| -rw-r--r-- | indra/newview/llviewerstats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerstats.cpp b/indra/newview/llviewerstats.cpp index 0fb94bc44b..c88122f22c 100644 --- a/indra/newview/llviewerstats.cpp +++ b/indra/newview/llviewerstats.cpp @@ -854,7 +854,7 @@ void send_stats() body["DisplayNamesEnabled"] = gSavedSettings.getBOOL("UseDisplayNames"); body["DisplayNamesShowUsername"] = gSavedSettings.getBOOL("NameTagShowUsernames"); - body["MinimalSkin"] = !gSavedSettings.getString("SessionSettingsFile").empty(); + body["MinimalSkin"] = false; LLViewerStats::getInstance()->addToMessage(body); LLHTTPClient::post(url, body, new ViewerStatsResponder()); |
