From 84a9a78124661ab3c19551343eb6ec28e0eb2a8b Mon Sep 17 00:00:00 2001
From: AndreyL ProductEngine <alihatskiy@productengine.com>
Date: Wed, 18 Jan 2017 18:28:15 +0200
Subject: [PATCH] MAINT-7061 Don't show the release notes floater for local
 builds

---
 indra/newview/llstartup.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index 628b4193040..5459ddc4391 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -2263,6 +2263,7 @@ void login_callback(S32 option, void *userdata)
 void show_release_notes_if_required()
 {
     if (LLVersionInfo::getChannelAndVersion() != gLastRunVersion
+        && LLVersionInfo::getChannel() != "Second Life Test" // don't show Release Notes for the test builds
         && gSavedSettings.getBOOL("UpdaterShowReleaseNotes")
         && !gSavedSettings.getBOOL("FirstLoginThisInstall"))
     {
-- 
GitLab