diff options
author | Callum Prentice <callum@gmail.com> | 2020-05-15 18:35:28 -0700 |
---|---|---|
committer | Callum Prentice <callum@gmail.com> | 2020-05-15 18:35:28 -0700 |
commit | 09802fa8ea9c8459e13a32720088f6d6fb1ad42d (patch) | |
tree | 06ef9fadfb5b171a9da7e10b59ba082c44a0c5a1 /indra/newview | |
parent | d7f254bc136931da5b36d7f904fede2ed9864d2b (diff) |
Tiny text change in the about box - indicates CEF and Chromium are sub-components
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llappviewer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 78cf21ddbb..7c0124322c 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3223,11 +3223,11 @@ LLSD LLAppViewer::getViewerInfo() const cef_ver_codec << DULLAHAN_VERSION_BUILD; cef_ver_codec << std::endl; - cef_ver_codec << "CEF: "; + cef_ver_codec << " CEF: "; cef_ver_codec << CEF_VERSION; cef_ver_codec << std::endl; - cef_ver_codec << "Chromium: "; + cef_ver_codec << " Chromium: "; cef_ver_codec << CHROME_VERSION_MAJOR; cef_ver_codec << "."; cef_ver_codec << CHROME_VERSION_MINOR; |