From 65dfc746888f44309efaacf439057ba30e713e06 Mon Sep 17 00:00:00 2001
From: Loren Shih <seraph@lindenlab.com>
Date: Mon, 21 Dec 2009 17:46:46 -0500
Subject: [PATCH] Minor comment change.

---
 indra/newview/llagentwearables.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp
index e75d94bb2c1..79ba3fb51d7 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())
 	{
-- 
GitLab