From 8524a4228667cf0250e1e2b9cda259c5fbbc5d4c Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Mon, 19 Jul 2010 12:42:49 -0700 Subject: Added area search to the advanced menu, port from Emerald by Henri Beauchamp --- linden/indra/newview/llstartup.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linden/indra/newview/llstartup.cpp') diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index baa19e7..3161980 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp @@ -187,6 +187,7 @@ #include "viewerversion.h" #include "jcfloater_animation_list.h" +#include "jcfloaterareasearch.h" #if LL_LIBXUL_ENABLED #include "llmozlib.h" @@ -3287,6 +3288,7 @@ void pass_processObjectPropertiesFamily(LLMessageSystem *msg, void**) // send it to 'observers' LLSelectMgr::processObjectPropertiesFamily(msg,0); JCFloaterAnimList::processObjectPropertiesFamily(msg,0); + JCFloaterAreaSearch::processObjectPropertiesFamily(msg, NULL); } void register_viewer_callbacks(LLMessageSystem* msg) -- cgit v1.1