aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpaneldirfind.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-04-18 16:29:29 -0700
committerMcCabe Maxsted2010-04-18 16:29:29 -0700
commit03e2fda50400f1e71623484d5e6f12446f2c76b7 (patch)
tree868fc27675207bfaee7cdd172d981d5592e1752d /linden/indra/newview/llpaneldirfind.h
parentFixed windows compile error introduced in ca315cbe (diff)
downloadmeta-impy-03e2fda50400f1e71623484d5e6f12446f2c76b7.zip
meta-impy-03e2fda50400f1e71623484d5e6f12446f2c76b7.tar.gz
meta-impy-03e2fda50400f1e71623484d5e6f12446f2c76b7.tar.bz2
meta-impy-03e2fda50400f1e71623484d5e6f12446f2c76b7.tar.xz
Ported slviewer-0-v12300-ReinstateOldSearchTabs.patch from the Hippo Viewer (opensim currently uses the old search all)
Diffstat (limited to 'linden/indra/newview/llpaneldirfind.h')
-rw-r--r--linden/indra/newview/llpaneldirfind.h18
1 files changed, 17 insertions, 1 deletions
diff --git a/linden/indra/newview/llpaneldirfind.h b/linden/indra/newview/llpaneldirfind.h
index a813d33..299060c 100644
--- a/linden/indra/newview/llpaneldirfind.h
+++ b/linden/indra/newview/llpaneldirfind.h
@@ -4,7 +4,7 @@
4 * 4 *
5 * $LicenseInfo:firstyear=2001&license=viewergpl$ 5 * $LicenseInfo:firstyear=2001&license=viewergpl$
6 * 6 *
7 * Copyright (c) 2001-2009, Linden Research, Inc. 7 * Copyright (c) 2001-2010, Linden Research, Inc.
8 * 8 *
9 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
10 * The source code in this file ("Source Code") is provided by Linden Lab 10 * The source code in this file ("Source Code") is provided by Linden Lab
@@ -93,4 +93,20 @@ public:
93 static void focus(LLPanelDirFindAll* panel); 93 static void focus(LLPanelDirFindAll* panel);
94}; 94};
95 95
96
97class LLPanelDirFindAllOld : public LLPanelDirBrowser
98{
99public:
100 LLPanelDirFindAllOld(const std::string& name, LLFloaterDirectory* floater);
101 /*virtual*/ ~LLPanelDirFindAllOld();
102
103 /*virtual*/ BOOL postBuild();
104
105 /*virtual*/ void draw();
106
107 static void onClickSearch(void *userdata);
108 static void onCommitScope(LLUICtrl* ctrl, void* data);
109 static void onKeystrokeName(LLLineEditor* line, void* data);
110};
111
96#endif 112#endif