diff options
author | McCabe Maxsted | 2010-04-18 16:29:29 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-04-18 16:29:29 -0700 |
commit | 03e2fda50400f1e71623484d5e6f12446f2c76b7 (patch) | |
tree | 868fc27675207bfaee7cdd172d981d5592e1752d /linden/indra/newview/llpaneldirfind.h | |
parent | Fixed windows compile error introduced in ca315cbe (diff) | |
download | meta-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.h | 18 |
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 | |||
97 | class LLPanelDirFindAllOld : public LLPanelDirBrowser | ||
98 | { | ||
99 | public: | ||
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 |