From 845a92aceda812841f069c0f12a25cec20f4de01 Mon Sep 17 00:00:00 2001 From: Jonathan Yap Date: Thu, 30 Jun 2011 04:24:11 -0400 Subject: STORM-1459 Updated comment per Nicky's suggestion --- indra/newview/llpanelwearing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llpanelwearing.cpp b/indra/newview/llpanelwearing.cpp index c2f39524c4..a56b7d6006 100644 --- a/indra/newview/llpanelwearing.cpp +++ b/indra/newview/llpanelwearing.cpp @@ -297,7 +297,7 @@ void LLPanelWearing::copyToClipboard() iter++; if (item != NULL) { - // Append a CR to all but the last line + // Append a newline to all but the last line text += iter != data.end() ? item->getName() + "\n" : item->getName(); } } -- cgit v1.2.3