aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfolderview.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfolderview.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/linden/indra/newview/llfolderview.h b/linden/indra/newview/llfolderview.h
index 25b4362..82a1951 100644
--- a/linden/indra/newview/llfolderview.h
+++ b/linden/indra/newview/llfolderview.h
@@ -338,11 +338,16 @@ protected:
338 338
339 std::string mLabel; 339 std::string mLabel;
340 std::string mSearchableLabel; 340 std::string mSearchableLabel;
341 std::string mLabelAll; 341
342 std::string mSearchableLabelAll;
343 std::string mLabelCreator; 342 std::string mLabelCreator;
344 std::string mSearchableLabelCreator; 343 std::string mSearchableLabelCreator;
345 344
345 std::string mLabelDesc;
346 std::string mSearchableLabelDesc;
347
348 std::string mLabelAll;
349 std::string mSearchableLabelAll;
350
346 std::string mType; 351 std::string mType;
347 S32 mLabelWidth; 352 S32 mLabelWidth;
348 U32 mCreationDate; 353 U32 mCreationDate;
@@ -469,7 +474,7 @@ public:
469 // viewed. This method will ask the viewed object itself. 474 // viewed. This method will ask the viewed object itself.
470 const std::string& getName( void ) const; 475 const std::string& getName( void ) const;
471 476
472 const std::string& getSearchableLabel( void ) const; 477 const std::string& getSearchableLabel( U32 search_type ) const;
473 478
474 // This method returns the label displayed on the view. This 479 // This method returns the label displayed on the view. This
475 // method was primarily added to allow sorting on the folder 480 // method was primarily added to allow sorting on the folder