diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-12-01 16:42:22 +0000 |
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-12-01 16:42:22 +0000 |
| commit | 677938e6531209ca9ccd29146454af67f1c743c7 (patch) | |
| tree | 38b69bddcf1a94baa2265ded33752786ab751e73 /indra/newview/llfloaterabout.cpp | |
| parent | ac8a7105324bdd6e5f8964357eb50e1a6150d4dd (diff) | |
| parent | 8b75c2154985346317b56928276f875073d6d69f (diff) | |
merge.
Diffstat (limited to 'indra/newview/llfloaterabout.cpp')
| -rw-r--r-- | indra/newview/llfloaterabout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterabout.cpp b/indra/newview/llfloaterabout.cpp index e6cae6ccce..58c0c19761 100644 --- a/indra/newview/llfloaterabout.cpp +++ b/indra/newview/llfloaterabout.cpp @@ -269,7 +269,7 @@ LLSD LLFloaterAbout::getInfo() info["J2C_VERSION"] = LLImageJ2C::getEngineInfo(); bool want_fullname = true; info["AUDIO_DRIVER_VERSION"] = gAudiop ? LLSD(gAudiop->getDriverName(want_fullname)) : LLSD(); - info["VIVOX_VERSION"] = gVoiceClient ? gVoiceClient->getAPIVersion() : "(Not Connected)"; + info["VIVOX_VERSION"] = gVoiceClient ? gVoiceClient->getAPIVersion() : LLTrans::getString("NotConnected"); // TODO: Implement media plugin version query info["QT_WEBKIT_VERSION"] = "4.5.2 (version number hard-coded)"; |
