From 0de9bb9ceca63a66e396c009ed4e291d5c862de7 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Thu, 24 Mar 2011 02:18:34 -0700 Subject: Added a new default font size FontSansSerifBigger and fixed FontSansSerifBig not being named FontSansSerifLarge --- linden/indra/newview/lltexturectrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden/indra/newview/lltexturectrl.cpp') diff --git a/linden/indra/newview/lltexturectrl.cpp b/linden/indra/newview/lltexturectrl.cpp index 38849f9..ccc3ab2 100644 --- a/linden/indra/newview/lltexturectrl.cpp +++ b/linden/indra/newview/lltexturectrl.cpp @@ -1514,7 +1514,7 @@ void LLTextureCtrl::draw() (mTexturep->getDiscardLevel() != 1) && (mTexturep->getDiscardLevel() != 0)) { - LLFontGL* font = LLFontGL::getFontSansSerifBig(); + LLFontGL* font = LLFontGL::getFontSansSerifLarge(); font->renderUTF8( mLoadingPlaceholderString, 0, llfloor(interior.mLeft+10), -- cgit v1.1