diff options
author | Loren Shih <seraph@lindenlab.com> | 2009-12-18 13:13:28 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2009-12-18 13:13:28 -0500 |
commit | c624407ea791b61942694f456c8e3d7c5837716f (patch) | |
tree | c862ed3827fd52113d6f8b08aec2f922717702e6 | |
parent | 74f0f4dac0c31201a7c26ec1b6d645de5c8d288d (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.cpp | 4 |
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, |