rebrand the aboot menu

This commit is contained in:
Hazim Gazov
2010-08-20 07:46:05 +00:00
parent 955788d72b
commit 88cf144936
3 changed files with 17 additions and 5 deletions

View File

@@ -87,8 +87,10 @@ LLFloaterAbout::LLFloaterAbout()
LLUICtrlFactory::getInstance()->buildFloater(this, "floater_about.xml");
// Support for changing product name.
std::string title("About ");
title += LLAppViewer::instance()->getSecondLifeTitle();
//<edit>
std::string title("Aboot ");
title += "Inertia";
//</edit>
setTitle(title);
LLViewerTextEditor *support_widget =
@@ -121,8 +123,8 @@ LLFloaterAbout::LLFloaterAbout()
// <edit>
// gSavedSettings.getString("VersionChannelName").c_str());
gSavedSettings.getString("SpecifiedChannel").c_str());
support_widget->appendColoredText("Spoofed Identification: " + version, FALSE, FALSE, gColors.getColor("TextFgReadOnlyColor"));
// </edit>
support_widget->appendColoredText(version, FALSE, FALSE, gColors.getColor("TextFgReadOnlyColor"));
support_widget->appendStyledText(LLTrans::getString("ReleaseNotes"), false, false, viewer_link_style);
std::string support;