[VMM] Empty Lookup Message
Even though it doesn't seem to show for some reason
This commit is contained in:
@@ -957,7 +957,7 @@ void LLFolderView::draw()
|
||||
}
|
||||
else
|
||||
{
|
||||
mStatusText = LLTrans::getString("InventoryNoMatchingItems"); //, args);
|
||||
mStatusText = getFilter().getEmptyLookupMessage();
|
||||
}
|
||||
mStatusTextBox->setWrappedText(mStatusText);
|
||||
mStatusTextBox->setVisible( TRUE );
|
||||
|
||||
Reference in New Issue
Block a user