aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llstyle.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:54 -0500
committerJacek Antonelli2008-08-15 23:45:54 -0500
commitd0b03a62fd799317d5da0bd56615739ce3b5b052 (patch)
tree8bc79bbbb52e18294f62810d9fa66ce136f90e2d /linden/indra/llui/llstyle.cpp
parentSecond Life viewer sources 1.20.8 (diff)
downloadmeta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.zip
meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.gz
meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.bz2
meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.xz
Second Life viewer sources 1.20.9
Diffstat (limited to '')
-rw-r--r--linden/indra/llui/llstyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/llstyle.cpp b/linden/indra/llui/llstyle.cpp
index 7c46114..58cf200 100644
--- a/linden/indra/llui/llstyle.cpp
+++ b/linden/indra/llui/llstyle.cpp
@@ -102,7 +102,7 @@ LLStyle &LLStyle::operator=(const LLStyle &rhs)
102 mItalic = rhs.mItalic; 102 mItalic = rhs.mItalic;
103 mBold = rhs.mBold; 103 mBold = rhs.mBold;
104 mUnderline = rhs.mUnderline; 104 mUnderline = rhs.mUnderline;
105 mDropShadow = rhs.mUnderline; 105 mDropShadow = rhs.mDropShadow;
106 mIsEmbeddedItem = rhs.mIsEmbeddedItem; 106 mIsEmbeddedItem = rhs.mIsEmbeddedItem;
107 } 107 }
108 108