[VMM] Empty Lookup Message

Even though it doesn't seem to show for some reason
This commit is contained in:
Lirusaito
2019-03-09 15:37:53 -05:00
parent c2eeea8b70
commit e55c8e20e5
4 changed files with 23 additions and 5 deletions

View File

@@ -957,7 +957,7 @@ void LLFolderView::draw()
}
else
{
mStatusText = LLTrans::getString("InventoryNoMatchingItems"); //, args);
mStatusText = getFilter().getEmptyLookupMessage();
}
mStatusTextBox->setWrappedText(mStatusText);
mStatusTextBox->setVisible( TRUE );