summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-08-09 14:18:14 +0800
committerErik Kundiman <erik@megapahit.org>2024-08-09 14:18:14 +0800
commit43d43c79d0254b8b27f2386f67335e5f3dc5d24f (patch)
treeb9063c72fa5f7a0cf8b14f55ce1180130a0ff96e /indra/newview/llappviewer.cpp
parentb89076f0567547b9c2749595af5ae9d5f9de9f3a (diff)
parent7c716d6d516f99628655352a0e679455263924e2 (diff)
Merge branch 'main' into webrtc-voice
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index f46580c6c0..c6a7ecdaa1 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -3308,7 +3308,7 @@ LLSD LLAppViewer::getViewerInfo() const
url = LLTrans::getString("RELEASE_NOTES_BASE_URL");
if (!LLStringUtil::endsWith(url, "/"))
url += "/";
- url += "#" + LLURI::escape(versionInfo.getVersion()); // + ".html";
+ url += LLURI::escape(versionInfo.getVersion()) + ".html";
}
info["VIEWER_RELEASE_NOTES_URL"] = url;