diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-04-28 11:01:43 +0300 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-04-28 11:01:43 +0300 |
commit | ee1c5729a8eb6b1d2553c591db3478cc0ac6d82e (patch) | |
tree | 8e6a31b18db8cbb4a4027ee9c6456c4c035afe13 /indra/newview/llpanellandmarks.cpp | |
parent | 7d78440d9d3052ac81cee77199bca0f5414f2805 (diff) | |
parent | 872b4d7ed0bd532e349d3c177a63d48e17d0bdb3 (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanellandmarks.cpp')
-rw-r--r-- | indra/newview/llpanellandmarks.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanellandmarks.cpp b/indra/newview/llpanellandmarks.cpp index 67d40a39b1..0a978d1b26 100644 --- a/indra/newview/llpanellandmarks.cpp +++ b/indra/newview/llpanellandmarks.cpp @@ -583,6 +583,7 @@ void LLLandmarksPanel::initLandmarksPanel(LLPlacesInventoryPanel* inventory_list if (!inventory_list->getFilter()) return; + inventory_list->getFilter()->setEmptyLookupMessage("PlacesNoMatchingItems"); inventory_list->setFilterTypes(0x1 << LLInventoryType::IT_LANDMARK); inventory_list->setSelectCallback(boost::bind(&LLLandmarksPanel::onSelectionChange, this, inventory_list, _1, _2)); |