summaryrefslogtreecommitdiff
path: root/indra/newview/lllogininstance.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-08-03 21:37:16 +0800
committerErik Kundiman <erik@megapahit.org>2024-08-03 21:37:16 +0800
commitd9d5958059730e6919906291ac071618a984374d (patch)
tree3fbc227edcf30e1716d188378b7e0af7713765b2 /indra/newview/lllogininstance.cpp
parent4ba836ed2f4a67b976a87923c1deaaf2d3ae4880 (diff)
Adjust release notes URL (ending up like SLv's)
since I haven't been able to build the WebAssembly website again caused by its FreeType port's failure to link.
Diffstat (limited to 'indra/newview/lllogininstance.cpp')
-rw-r--r--indra/newview/lllogininstance.cpp2
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)