diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2017-01-18 18:28:15 +0200 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2017-01-18 18:28:15 +0200 |
commit | 84a9a78124661ab3c19551343eb6ec28e0eb2a8b (patch) | |
tree | 67e43935d84dd7e46aec7bfdf4f8c314f3821003 | |
parent | 5d7c5ea4d22d1d313a2c531f1f05be94e07a8036 (diff) |
MAINT-7061 Don't show the release notes floater for local builds
-rw-r--r-- | indra/newview/llstartup.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 628b419304..5459ddc439 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")) { |