summaryrefslogtreecommitdiff
path: root/indra/llui/llresmgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llresmgr.cpp')
-rw-r--r--indra/llui/llresmgr.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/llui/llresmgr.cpp b/indra/llui/llresmgr.cpp
index b751c171f6..32d3d1f752 100644
--- a/indra/llui/llresmgr.cpp
+++ b/indra/llui/llresmgr.cpp
@@ -55,11 +55,11 @@ LLResMgr::LLResMgr()
{
mUSAFonts[i] = NULL;
}
- mUSAFonts[ LLFONT_OCRA ] = LLFontGL::sMonospace;
- mUSAFonts[ LLFONT_SANSSERIF ] = LLFontGL::sSansSerif;
- mUSAFonts[ LLFONT_SANSSERIF_SMALL ] = LLFontGL::sSansSerifSmall;
- mUSAFonts[ LLFONT_SANSSERIF_BIG ] = LLFontGL::sSansSerifBig;
- mUSAFonts[ LLFONT_SMALL ] = LLFontGL::sMonospace;
+ mUSAFonts[ LLFONT_OCRA ] = LLFontGL::getFontMonospace();
+ mUSAFonts[ LLFONT_SANSSERIF ] = LLFontGL::getFontSansSerif();
+ mUSAFonts[ LLFONT_SANSSERIF_SMALL ] = LLFontGL::getFontSansSerifSmall();
+ mUSAFonts[ LLFONT_SANSSERIF_BIG ] = LLFontGL::getFontSansSerifBig();
+ mUSAFonts[ LLFONT_SMALL ] = LLFontGL::getFontMonospace();
/*
// USA Strings
for( i=0; i<LLSTR_COUNT; i++ )