STORM-1667 FIXED Fixed rendering of viewer release notes URL.

Adding back code that was accidentally removed in changeset ff333a95d1aa.
master
Vadim ProductEngine 2011-10-25 19:25:31 +02:00
parent b7a349f231
commit 58cd554af7
1 changed files with 3 additions and 0 deletions

View File

@ -384,6 +384,9 @@ void LLFloaterAbout::setSupportText(const std::string& server_release_notes_url)
// Render the LLSD from getInfo() as a format_map_t
LLStringUtil::format_map_t args;
// allow the "Release Notes" URL label to be localized
args["ReleaseNotes"] = LLTrans::getString("ReleaseNotes");
for (LLSD::map_const_iterator ii(info.beginMap()), iend(info.endMap());
ii != iend; ++ii)
{