diff options
author | angela <angela@lindenlab.com> | 2010-02-11 22:27:49 +0800 |
---|---|---|
committer | angela <angela@lindenlab.com> | 2010-02-11 22:27:49 +0800 |
commit | e747e9a3da3166de88dea1af213a36694135b820 (patch) | |
tree | 4de56e323c182b1e739107cb360092db7ebf9c65 /indra/newview/llplacesinventorypanel.cpp | |
parent | 92ee1045f289cc2783b3e7e6f17e0682ced31560 (diff) |
EXT-4837 [NUX] When filter results in null state, provide a message suggesting the user try global search.
Diffstat (limited to 'indra/newview/llplacesinventorypanel.cpp')
-rw-r--r-- | indra/newview/llplacesinventorypanel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llplacesinventorypanel.cpp b/indra/newview/llplacesinventorypanel.cpp index 6c6eb7c719..f1e450a083 100644 --- a/indra/newview/llplacesinventorypanel.cpp +++ b/indra/newview/llplacesinventorypanel.cpp @@ -118,6 +118,7 @@ BOOL LLPlacesInventoryPanel::postBuild() mScroller->addChild(mFolders); mFolders->setScrollContainer(mScroller); + mFolders->addChild(mFolders->mStatusTextBox); // cut subitems |