From da7941be28dec850ad0757a8ff2fbfdf1b1b369b Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Fri, 5 Dec 2008 06:20:22 -0700 Subject: Changed Release Notes link to point to Imprudence --- linden/indra/newview/llfloaterabout.cpp | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'linden/indra/newview') diff --git a/linden/indra/newview/llfloaterabout.cpp b/linden/indra/newview/llfloaterabout.cpp index 4704c5b..cb4d405 100644 --- a/linden/indra/newview/llfloaterabout.cpp +++ b/linden/indra/newview/llfloaterabout.cpp @@ -262,17 +262,12 @@ void LLFloaterAbout::show(void*) static std::string get_viewer_release_notes_url() { std::ostringstream version; - version << LL_VERSION_MAJOR << "." - << LL_VERSION_MINOR << "." - << LL_VERSION_PATCH << "." - << LL_VERSION_BUILD; - - LLSD query; - query["channel"] = gSavedSettings.getString("VersionChannelName"); - query["version"] = version.str(); + version << IMP_VERSION_MAJOR << "." + << IMP_VERSION_MINOR << "." + << IMP_VERSION_PATCH; std::ostringstream url; - url << RELEASE_NOTES_BASE_URL << LLURI::mapToQueryString(query); + url << RELEASE_NOTES_BASE_URL << version.str(); return url.str(); } -- cgit v1.1