summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerstats.cpp
diff options
context:
space:
mode:
authorJake Simpson <jake@lindenlab.com>2007-04-18 21:08:54 +0000
committerJake Simpson <jake@lindenlab.com>2007-04-18 21:08:54 +0000
commit2f438a409e7777020269c73df1b6cae83669e664 (patch)
treeada6125f611c74283843dedeab981ed538bd8e29 /indra/newview/llviewerstats.cpp
parentc94062fb5b4d0ddbbd8b623e209d725b50a59851 (diff)
svn merge -r 59608:60615 svn+ssh://svn.lindenlab.com/svn/linden/branches/jakesbranch --> release
Adding Logitech G15 keyboard and Z10 speaker support for those LCD windows.
Diffstat (limited to 'indra/newview/llviewerstats.cpp')
-rw-r--r--indra/newview/llviewerstats.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/newview/llviewerstats.cpp b/indra/newview/llviewerstats.cpp
index f1df0d39e0..fefa86123d 100644
--- a/indra/newview/llviewerstats.cpp
+++ b/indra/newview/llviewerstats.cpp
@@ -153,7 +153,11 @@ const StatAttributes STAT_INFO[LLViewerStats::ST_COUNT] =
// ST_TEX_BAKES
StatAttributes("Texture Bakes", FALSE, FALSE),
// ST_TEX_REBAKES
- StatAttributes("Texture Rebakes", FALSE, FALSE)
+ StatAttributes("Texture Rebakes", FALSE, FALSE),
+
+ // ST_LOGITECH_KEYBOARD
+ StatAttributes("Logitech LCD", FALSE, FALSE)
+
};
LLViewerStats::LLViewerStats()