From ade6bbb06c6a842f39a3fe32decf7c66682df092 Mon Sep 17 00:00:00 2001 From: Steven Bennetts Date: Sun, 21 Jun 2009 17:16:27 +0000 Subject: merge -r 124105-124625 skinning-13 -> viewer-2.0.0-3 --- indra/llui/llui.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'indra/llui/llui.cpp') diff --git a/indra/llui/llui.cpp b/indra/llui/llui.cpp index 3c9759695d..1d3e5d7a15 100644 --- a/indra/llui/llui.cpp +++ b/indra/llui/llui.cpp @@ -58,6 +58,10 @@ #include "llmenugl.h" #include "llwindow.h" +// for registration +#include "llsearcheditor.h" +#include "llflyoutbutton.h" + // for XUIParse #include "llquaternion.h" #include @@ -85,6 +89,10 @@ std::list gUntranslated; /*static*/ std::vector LLUI::sXUIPaths; +// register searcheditor here +static LLDefaultWidgetRegistry::Register register_search_editor("search_editor"); +static LLDefaultWidgetRegistry::Register register_flyout_button("flyout_button"); + // // Functions -- cgit v1.2.3