summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorEric M. Tulla (BigPapi) <tulla@lindenlab.com>2009-12-18 17:06:34 -0500
committerEric M. Tulla (BigPapi) <tulla@lindenlab.com>2009-12-18 17:06:34 -0500
commit0e729489438898d0de062ea5d744be3009e47c57 (patch)
treef6153ad51dbcbfc87acf7b3b4cbd96be65d5d5e9 /indra/newview
parentf6d8165445f1051adcd9e52ef7ab20836373aa5a (diff)
parent8e8b14971855bf023f4f6af0a4ece13bb444b778 (diff)
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llchathistory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp
index fc8dc0ff8f..7a83299dac 100644
--- a/indra/newview/llchathistory.cpp
+++ b/indra/newview/llchathistory.cpp
@@ -202,7 +202,7 @@ public:
userName->setValue(SL);
}
- mMinUserNameWidth = style_params.font.getValueFromBlock()->getWidth(userName->getWText().c_str()) + PADDING;
+ mMinUserNameWidth = style_params.font()->getWidth(userName->getWText().c_str()) + PADDING;
setTimeField(chat);