diff options
| author | callum_linden <none@none> | 2015-06-30 00:07:58 +0100 |
|---|---|---|
| committer | callum_linden <none@none> | 2015-06-30 00:07:58 +0100 |
| commit | f7908a50294adff3456436074075a677a9c6239b (patch) | |
| tree | d10a0e28614c91fde8b1a88d65c8ae9aacb3dba8 /indra/newview/llappviewer.cpp | |
| parent | 3aed694ad9dad4250a6afbc7fd51a22cde9c7b0f (diff) | |
Point to new version of LLCefLib with support for second life URLs, version string, navigation commands
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rwxr-xr-x | indra/newview/llappviewer.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 6dc71bc94e..d2b9259ef7 100755 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -123,6 +123,7 @@ #include "llleap.h" #include "stringize.h" #include "llcoros.h" +#include "cef/llceflib.h" // Third party library includes #include <boost/bind.hpp> @@ -130,7 +131,6 @@ #include <boost/algorithm/string.hpp> #include <boost/regex.hpp> - #if LL_WINDOWS # include <share.h> // For _SH_DENYWR in processMarkerFiles #else @@ -3369,8 +3369,7 @@ LLSD LLAppViewer::getViewerInfo() const info["VOICE_VERSION"] = LLTrans::getString("NotConnected"); } - // TODO: Implement media plugin version query - info["QT_WEBKIT_VERSION"] = "4.7.1 (version number hard-coded)"; + info["LLCEFLIB_VERSION"] = LLCEFLIB_VERSION; S32 packets_in = LLViewerStats::instance().getRecording().getSum(LLStatViewer::PACKETS_IN); if (packets_in > 0) |
