summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2009-12-18 13:13:28 -0500
committerLoren Shih <seraph@lindenlab.com>2009-12-18 13:13:28 -0500
commitc624407ea791b61942694f456c8e3d7c5837716f (patch)
treec862ed3827fd52113d6f8b08aec2f922717702e6
parent74f0f4dac0c31201a7c26ec1b6d645de5c8d288d (diff)
EXT-3567 : My Inventory shows as loading even when Library is loading
This reformats "Loading... Inventory" into "Inventory (Loading...)" Took out accidental debug checkin.
-rw-r--r--indra/newview/llfolderviewitem.cpp4
1 files changed, 0 insertions, 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,