From 09802fa8ea9c8459e13a32720088f6d6fb1ad42d 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 78cf21ddbb9..7c0124322c6 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;
-- 
GitLab