diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpaneldirland.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/llpaneldirland.cpp b/linden/indra/newview/llpaneldirland.cpp index 9e123d9..d5883dc 100644 --- a/linden/indra/newview/llpaneldirland.cpp +++ b/linden/indra/newview/llpaneldirland.cpp | |||
@@ -4,6 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (c) 2001-2007, Linden Research, Inc. | 5 | * Copyright (c) 2001-2007, Linden Research, Inc. |
6 | * | 6 | * |
7 | * Second Life Viewer Source Code | ||
7 | * The source code in this file ("Source Code") is provided by Linden Lab | 8 | * The source code in this file ("Source Code") is provided by Linden Lab |
8 | * to you under the terms of the GNU General Public License, version 2.0 | 9 | * to you under the terms of the GNU General Public License, version 2.0 |
9 | * ("GPL"), unless you have obtained a separate licensing agreement | 10 | * ("GPL"), unless you have obtained a separate licensing agreement |
@@ -55,7 +56,6 @@ static const char FIND_ALL[] = "All Types"; | |||
55 | static const char FIND_AUCTION[] = "Auction"; | 56 | static const char FIND_AUCTION[] = "Auction"; |
56 | static const char FIND_MAINLANDSALES[] = "Mainland Sales"; | 57 | static const char FIND_MAINLANDSALES[] = "Mainland Sales"; |
57 | static const char FIND_ESTATESALES[] = "Estate Sales"; | 58 | static const char FIND_ESTATESALES[] = "Estate Sales"; |
58 | static const char FIND_NEWBIE[] = "First Land"; | ||
59 | 59 | ||
60 | const char PG_ONLY[] = "PG only"; | 60 | const char PG_ONLY[] = "PG only"; |
61 | const char MATURE_ONLY[] = "Mature only"; | 61 | const char MATURE_ONLY[] = "Mature only"; |
@@ -150,7 +150,6 @@ void LLPanelDirLand::performQuery() | |||
150 | if (FIND_AUCTION == type) search_type = ST_AUCTION; | 150 | if (FIND_AUCTION == type) search_type = ST_AUCTION; |
151 | else if(FIND_MAINLANDSALES == type) search_type = ST_MAINLAND; | 151 | else if(FIND_MAINLANDSALES == type) search_type = ST_MAINLAND; |
152 | else if(FIND_ESTATESALES == type) search_type = ST_ESTATE; | 152 | else if(FIND_ESTATESALES == type) search_type = ST_ESTATE; |
153 | else if(FIND_NEWBIE == type) search_type = ST_NEWBIE; | ||
154 | } | 153 | } |
155 | 154 | ||
156 | U32 query_flags = 0x0; | 155 | U32 query_flags = 0x0; |