diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-12-21 17:56:19 -0500 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-12-21 17:56:19 -0500 |
| commit | 6cf7cd95ab9fa9b0fdcc30e86a7d768886500eee (patch) | |
| tree | f21b91acc02092942135349010e0a434cc202523 /indra/newview/llagentwearables.cpp | |
| parent | 97031cb90dce6ed8468e427abc09c99b290ee08d (diff) | |
| parent | 65dfc746888f44309efaacf439057ba30e713e06 (diff) | |
merge
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
| -rw-r--r-- | indra/newview/llagentwearables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp index e75d94bb2c..79ba3fb51d 100644 --- a/indra/newview/llagentwearables.cpp +++ b/indra/newview/llagentwearables.cpp @@ -872,7 +872,7 @@ void LLAgentWearables::processAgentInitialWearablesUpdate(LLMessageSystem* mesgs return; mInitialWearablesUpdateReceived = true; - // If this is the very first time the user has logged into viewer2+ from a legacy viewer, + // If this is the very first time the user has logged into viewer2+ (from a legacy viewer, or new account) // then auto-populate outfits from the library into the My Outfits folder. if (LLInventoryModel::getIsFirstTimeInViewer2()) { |
