diff options
author | McCabe Maxsted | 2008-12-06 11:27:57 -0700 |
---|---|---|
committer | McCabe Maxsted | 2008-12-06 11:27:57 -0700 |
commit | 0b208f1539f79f5154a61214876b74a11374bec5 (patch) | |
tree | 86f5c04a8bc5b038f058035febc527cd79d8e15a /linden/indra/newview/llfloaterabout.cpp | |
parent | updated to RC2 (diff) | |
download | meta-impy-0b208f1539f79f5154a61214876b74a11374bec5.zip meta-impy-0b208f1539f79f5154a61214876b74a11374bec5.tar.gz meta-impy-0b208f1539f79f5154a61214876b74a11374bec5.tar.bz2 meta-impy-0b208f1539f79f5154a61214876b74a11374bec5.tar.xz |
openal on windows branch
Diffstat (limited to 'linden/indra/newview/llfloaterabout.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterabout.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterabout.cpp b/linden/indra/newview/llfloaterabout.cpp index 4704c5b..6bd2c41 100644 --- a/linden/indra/newview/llfloaterabout.cpp +++ b/linden/indra/newview/llfloaterabout.cpp | |||
@@ -41,6 +41,7 @@ | |||
41 | 41 | ||
42 | #include "llcurl.h" | 42 | #include "llcurl.h" |
43 | #include "llimagej2c.h" | 43 | #include "llimagej2c.h" |
44 | #include "audioengine.h" | ||
44 | 45 | ||
45 | #include "llviewertexteditor.h" | 46 | #include "llviewertexteditor.h" |
46 | #include "llviewercontrol.h" | 47 | #include "llviewercontrol.h" |
@@ -200,6 +201,10 @@ LLFloaterAbout::LLFloaterAbout() | |||
200 | support.append( LLImageJ2C::getEngineInfo() ); | 201 | support.append( LLImageJ2C::getEngineInfo() ); |
201 | support.append("\n"); | 202 | support.append("\n"); |
202 | 203 | ||
204 | support.append("Audio Driver Version: "); | ||
205 | support.append( gAudiop ? gAudiop->getDriverName(true) : "(none)" ); | ||
206 | support.append("\n"); | ||
207 | |||
203 | LLMediaManager *mgr = LLMediaManager::getInstance(); | 208 | LLMediaManager *mgr = LLMediaManager::getInstance(); |
204 | if (mgr) | 209 | if (mgr) |
205 | { | 210 | { |