diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-10-15 11:17:20 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-10-15 11:17:20 -0400 |
commit | 20af6640d4077725034bd7e9d0e8982778cea09a (patch) | |
tree | 758eade5d32a1b5f68e86d5f91f819f3eb196636 /indra/newview/llappearancemgr.cpp | |
parent | 77ceb37219bd27c93a3b47c66818ac09f8973d1c (diff) |
SH-3455 WIP - llstartup cleanup
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
-rwxr-xr-x | indra/newview/llappearancemgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index 0bf2527195..43ba66f8c5 100755 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -4004,7 +4004,7 @@ public: LLAppearanceMgr::getInstance()->wearInventoryCategory(category, true, false); // *TODOw: This may not be necessary if initial outfit is chosen already -- josh - gAgent.setGenderChosen(TRUE); + gAgent.setOutfitChosen(TRUE); } // release avatar picker keyboard focus |