From 1dad526a5c66104a629c248e560f8e5ddb62c060 Mon Sep 17 00:00:00 2001 From: Cinder Date: Fri, 18 Apr 2014 23:25:21 -0600 Subject: Reinstate support text appendText() in LLFloaterAbout --- indra/newview/llfloaterabout.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'indra/newview') diff --git a/indra/newview/llfloaterabout.cpp b/indra/newview/llfloaterabout.cpp index 27ca9ab56a..4d8c8e3e99 100755 --- a/indra/newview/llfloaterabout.cpp +++ b/indra/newview/llfloaterabout.cpp @@ -270,14 +270,9 @@ void LLFloaterAbout::setSupportText(const std::string& server_release_notes_url) getChild("support_editor", true); LLUIColor about_color = LLUIColorTable::instance().getColor("TextFgReadOnlyColor"); -# if 0 support_widget->clear(); support_widget->appendText(LLAppViewer::instance()->getViewerInfoString(), FALSE, LLStyle::Params() .color(about_color)); -# else - support_widget->setText(LLAppViewer::instance()->getViewerInfoString(), - LLStyle::Params() .color(about_color)); -# endif } ///---------------------------------------------------------------------------- -- cgit v1.2.3