diff --git a/indra/newview/llpanelwearing.cpp b/indra/newview/llpanelwearing.cpp index c2f39524c46138821803471142ea52c6facd127e..a56b7d6006ba8f35bc70dda3169d860fccf8e039 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(); } }