diff options
Diffstat (limited to 'linden/indra/newview/llfloaterabout.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterabout.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaterabout.cpp b/linden/indra/newview/llfloaterabout.cpp index be1c254..37e9c54 100644 --- a/linden/indra/newview/llfloaterabout.cpp +++ b/linden/indra/newview/llfloaterabout.cpp | |||
@@ -5,7 +5,7 @@ | |||
5 | * | 5 | * |
6 | * $LicenseInfo:firstyear=2001&license=viewergpl$ | 6 | * $LicenseInfo:firstyear=2001&license=viewergpl$ |
7 | * | 7 | * |
8 | * Copyright (c) 2001-2008, Linden Research, Inc. | 8 | * Copyright (c) 2001-2009, Linden Research, Inc. |
9 | * | 9 | * |
10 | * Second Life Viewer Source Code | 10 | * Second Life Viewer Source Code |
11 | * The source code in this file ("Source Code") is provided by Linden Lab | 11 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -202,7 +202,9 @@ LLFloaterAbout::LLFloaterAbout() | |||
202 | support.append("\n"); | 202 | support.append("\n"); |
203 | 203 | ||
204 | support.append("Audio Driver Version: "); | 204 | support.append("Audio Driver Version: "); |
205 | support.append( gAudiop ? gAudiop->getDriverName(true) : "(none)" ); | 205 | bool want_fullname = true; |
206 | support.append( gAudiop ? gAudiop->getDriverName(want_fullname) : "(none)" ); | ||
207 | |||
206 | support.append("\n"); | 208 | support.append("\n"); |
207 | 209 | ||
208 | LLMediaManager *mgr = LLMediaManager::getInstance(); | 210 | LLMediaManager *mgr = LLMediaManager::getInstance(); |