aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfolderview.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-09-11 16:33:01 -0700
committerMcCabe Maxsted2009-09-11 16:33:01 -0700
commit65e5463ae176dd148a4edcc45d0d4e1160cc6108 (patch)
tree17b1f1a1490c3f333170c0fabe51681a5b5ce812 /linden/indra/newview/llfolderview.h
parentFixed missing 'm' for draw distance slider (diff)
downloadmeta-impy-65e5463ae176dd148a4edcc45d0d4e1160cc6108.zip
meta-impy-65e5463ae176dd148a4edcc45d0d4e1160cc6108.tar.gz
meta-impy-65e5463ae176dd148a4edcc45d0d4e1160cc6108.tar.bz2
meta-impy-65e5463ae176dd148a4edcc45d0d4e1160cc6108.tar.xz
Applied inventory Search menu from Emerald viewer (still ugly)
Diffstat (limited to 'linden/indra/newview/llfolderview.h')
-rw-r--r--linden/indra/newview/llfolderview.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/newview/llfolderview.h b/linden/indra/newview/llfolderview.h
index 3c350d4..25b4362 100644
--- a/linden/indra/newview/llfolderview.h
+++ b/linden/indra/newview/llfolderview.h
@@ -338,6 +338,11 @@ protected:
338 338
339 std::string mLabel; 339 std::string mLabel;
340 std::string mSearchableLabel; 340 std::string mSearchableLabel;
341 std::string mLabelAll;
342 std::string mSearchableLabelAll;
343 std::string mLabelCreator;
344 std::string mSearchableLabelCreator;
345
341 std::string mType; 346 std::string mType;
342 S32 mLabelWidth; 347 S32 mLabelWidth;
343 U32 mCreationDate; 348 U32 mCreationDate;