rebrand the aboot menu
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user