From f38ef1ab21e0f0bfa0cd743a7f222bd6ec7ce5df Mon Sep 17 00:00:00 2001
From: Callum Prentice <callum@gmail.com>
Date: Fri, 15 May 2020 18:35:28 -0700
Subject: [PATCH] Tiny text change in the about box - indicates CEF and
 Chromium are sub-components

---
 indra/newview/llappviewer.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 6a460ed03d8..8f588fe3e1f 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -3277,11 +3277,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;
-- 
GitLab