diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-04-23 14:02:36 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-04-23 14:02:36 -0700 |
commit | 2ca3612dae3258b489df8e47879f8339e24947ba (patch) | |
tree | 23fe94eb070b700076ba386de2f865e6baa529c1 /indra/newview/llpersontabview.cpp | |
parent | f8ce67f0e0cd9afe8bd9542ea97d01769b690ffa (diff) |
ACME-251 Create AvatarFolderItemView: When making the folderview using LLPersonModelCommon instead of LLConverationItem. Also the .xml file file read in for LLPersonTabView was incorrect, now using person_tab_view.xml. And lastly made a new file called llpersonfolderview which which be the implementation of folderview.
Diffstat (limited to 'indra/newview/llpersontabview.cpp')
-rw-r--r-- | indra/newview/llpersontabview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpersontabview.cpp b/indra/newview/llpersontabview.cpp index 156ff591f9..72a95d3f4c 100644 --- a/indra/newview/llpersontabview.cpp +++ b/indra/newview/llpersontabview.cpp @@ -29,7 +29,7 @@ #include "llpersontabview.h" -static LLDefaultChildRegistry::Register<LLPersonTabView> r_person_folder_view("person_folder_view"); +static LLDefaultChildRegistry::Register<LLPersonTabView> r_person_tab_view("person_tab_view"); const LLColor4U DEFAULT_WHITE(255, 255, 255); |