Skip to content
Snippets Groups Projects
Commit 09802fa8 authored by Callum Prentice's avatar Callum Prentice
Browse files

Tiny text change in the about box - indicates CEF and Chromium are sub-components

parent d7f254bc
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment