From c624407ea791b61942694f456c8e3d7c5837716f Mon Sep 17 00:00:00 2001 From: Loren Shih Date: Fri, 18 Dec 2009 13:13:28 -0500 Subject: EXT-3567 : My Inventory shows as loading even when Library is loading This reformats "Loading... Inventory" into "Inventory (Loading...)" Took out accidental debug checkin. --- indra/newview/llfolderviewitem.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/indra/newview/llfolderviewitem.cpp b/indra/newview/llfolderviewitem.cpp index a6be866bb3..cf3a126aef 100644 --- a/indra/newview/llfolderviewitem.cpp +++ b/indra/newview/llfolderviewitem.cpp @@ -983,10 +983,6 @@ void LLFolderViewItem::draw() text_left = right_x; } - font->renderUTF8( "BLAH BLAH ", 0, right_x, y, sSuffixColor, - LLFontGL::LEFT, LLFontGL::BOTTOM, LLFontGL::NORMAL, LLFontGL::NO_SHADOW, - S32_MAX, S32_MAX, &right_x, FALSE ); - if (!mLabelSuffix.empty()) { font->renderUTF8( mLabelSuffix, 0, right_x, y, sSuffixColor, -- cgit v1.2.3