diff options
| author | Callum Prentice <callum@gmail.com> | 2017-03-14 12:37:52 -0700 |
|---|---|---|
| committer | Callum Prentice <callum@gmail.com> | 2017-03-14 12:37:52 -0700 |
| commit | 062c345556ef74d33f6cdcaaae513211ced7c410 (patch) | |
| tree | 712055b92bfd62ffde50ac4f2c041d926a7bdfe6 /indra/newview/llappviewer.cpp | |
| parent | 978335002606f68128d5ae3cba46f87216b082ea (diff) | |
Tweak CEF plugin version to include Chrome equivalent
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index b58af54985..ff54977634 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3393,8 +3393,13 @@ LLSD LLAppViewer::getViewerInfo() const cef_ver_codec << DULLAHAN_VERSION_MINOR; cef_ver_codec << "."; cef_ver_codec << DULLAHAN_VERSION_BUILD; - cef_ver_codec << " - CEF: "; + + cef_ver_codec << " / CEF: "; cef_ver_codec << CEF_VERSION; + + cef_ver_codec << " / Chrome: "; + cef_ver_codec << CHROME_VERSION_MAJOR; + info["LIBCEF_VERSION"] = cef_ver_codec.str(); #else info["LIBCEF_VERSION"] = "Undefined"; |
