From b538b4fa2debce2708287b083acdb18c80402e2e Mon Sep 17 00:00:00 2001 From: Beeks Date: Tue, 21 Sep 2010 15:05:09 -0400 Subject: [PATCH] Fixed the About page to actually link to the changelog. Signed-off-by: Beeks --- indra/newview/llfloaterabout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llfloaterabout.cpp b/indra/newview/llfloaterabout.cpp index 697773dff..f5a9d677b 100644 --- a/indra/newview/llfloaterabout.cpp +++ b/indra/newview/llfloaterabout.cpp @@ -301,5 +301,5 @@ static std::string get_viewer_release_notes_url() std::ostringstream url; url << RELEASE_NOTES_BASE_URL << LLURI::mapToQueryString(query); - return url.str(); + return "http://ascent.balseraph.org/index.php/Ascent_" + version.str();// url.str(); }