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

master
Callum Prentice 2020-05-15 18:35:28 -07:00
parent d7f254bc13
commit 09802fa8ea
1 changed files with 2 additions and 2 deletions

View File

@ -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;