diff options
| author | Cinder <cinder.roxley@phoenixviewer.com> | 2014-04-18 23:25:21 -0600 | 
|---|---|---|
| committer | Cinder <cinder.roxley@phoenixviewer.com> | 2014-04-18 23:25:21 -0600 | 
| commit | 1dad526a5c66104a629c248e560f8e5ddb62c060 (patch) | |
| tree | 8a4881ebd99d66b24e2e3b09291a6d52aa13a8ec | |
| parent | 46627b4eb2218babbc94421f9b93c03e2951cc6c (diff) | |
Reinstate support text appendText() in LLFloaterAbout
| -rwxr-xr-x | indra/newview/llfloaterabout.cpp | 5 | 
1 files changed, 0 insertions, 5 deletions
| 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<LLViewerTextEditor>("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  }  ///---------------------------------------------------------------------------- | 
