diff options
author | McCabe Maxsted | 2010-07-19 12:42:49 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-07-19 12:42:49 -0700 |
commit | 8524a4228667cf0250e1e2b9cda259c5fbbc5d4c (patch) | |
tree | 9e0a3aadf39780f70f5f740d7e2f78290331fc62 /linden/indra/newview/llstartup.cpp | |
parent | Changed version to Weekly: 2010-07-17 (diff) | |
download | meta-impy-8524a4228667cf0250e1e2b9cda259c5fbbc5d4c.zip meta-impy-8524a4228667cf0250e1e2b9cda259c5fbbc5d4c.tar.gz meta-impy-8524a4228667cf0250e1e2b9cda259c5fbbc5d4c.tar.bz2 meta-impy-8524a4228667cf0250e1e2b9cda259c5fbbc5d4c.tar.xz |
Added area search to the advanced menu, port from Emerald by Henri Beauchamp
Diffstat (limited to 'linden/indra/newview/llstartup.cpp')
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
187 | #include "viewerversion.h" | 187 | #include "viewerversion.h" |
188 | 188 | ||
189 | #include "jcfloater_animation_list.h" | 189 | #include "jcfloater_animation_list.h" |
190 | #include "jcfloaterareasearch.h" | ||
190 | 191 | ||
191 | #if LL_LIBXUL_ENABLED | 192 | #if LL_LIBXUL_ENABLED |
192 | #include "llmozlib.h" | 193 | #include "llmozlib.h" |
@@ -3287,6 +3288,7 @@ void pass_processObjectPropertiesFamily(LLMessageSystem *msg, void**) | |||
3287 | // send it to 'observers' | 3288 | // send it to 'observers' |
3288 | LLSelectMgr::processObjectPropertiesFamily(msg,0); | 3289 | LLSelectMgr::processObjectPropertiesFamily(msg,0); |
3289 | JCFloaterAnimList::processObjectPropertiesFamily(msg,0); | 3290 | JCFloaterAnimList::processObjectPropertiesFamily(msg,0); |
3291 | JCFloaterAreaSearch::processObjectPropertiesFamily(msg, NULL); | ||
3290 | } | 3292 | } |
3291 | 3293 | ||
3292 | void register_viewer_callbacks(LLMessageSystem* msg) | 3294 | void register_viewer_callbacks(LLMessageSystem* msg) |