diff options
author | Jonathan Yap <none@none> | 2011-06-30 04:24:11 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-06-30 04:24:11 -0400 |
commit | 845a92aceda812841f069c0f12a25cec20f4de01 (patch) | |
tree | b2efd33081c179bdd4c602d087c079fb8e16fbfc | |
parent | a6475e379e972776761a9d69b76fcbb392959a26 (diff) |
STORM-1459 Updated comment per Nicky's suggestion
-rw-r--r-- | indra/newview/llpanelwearing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } } |