diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-28 10:39:53 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-28 10:39:53 +0100 |
commit | 96df3f3eb1351973d140ba73b507de44b1052c89 (patch) | |
tree | b8af6758b4b323aca62ef53f05ab81580b861cbb /indra/newview/llpanellandmarks.cpp | |
parent | fbc0e795b114ddbfb73cc62ce25a1e9a1cafacba (diff) | |
parent | 9e8f820e35d9d9ea9318f51ac1f46b11f61a68f7 (diff) |
merge from PE's viewer-trunk
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)); |