diff options
| author | Erik Kundiman <erik@megapahit.org> | 2024-08-09 14:18:14 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2024-08-09 14:18:14 +0800 |
| commit | 43d43c79d0254b8b27f2386f67335e5f3dc5d24f (patch) | |
| tree | b9063c72fa5f7a0cf8b14f55ce1180130a0ff96e /indra/newview/lllogininstance.cpp | |
| parent | b89076f0567547b9c2749595af5ae9d5f9de9f3a (diff) | |
| parent | 7c716d6d516f99628655352a0e679455263924e2 (diff) | |
Merge branch 'main' into webrtc-voice
Diffstat (limited to 'indra/newview/lllogininstance.cpp')
| -rw-r--r-- | indra/newview/lllogininstance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllogininstance.cpp b/indra/newview/lllogininstance.cpp index cf1aebf26b..2d9b46bf84 100644 --- a/indra/newview/lllogininstance.cpp +++ b/indra/newview/lllogininstance.cpp @@ -404,7 +404,7 @@ void LLLoginInstance::handleLoginFailure(const LLSD& event) relnotes = LLTrans::getString("RELEASE_NOTES_BASE_URL"); if (!LLStringUtil::endsWith(relnotes, "/")) relnotes += "/"; - relnotes += "#" + LLURI::escape(login_version); // + ".html"; + relnotes += LLURI::escape(login_version) + ".html"; } if (gViewerWindow) |
