diff options
Diffstat (limited to 'linden/indra/llui/llstyle.cpp')
-rw-r--r-- | linden/indra/llui/llstyle.cpp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/linden/indra/llui/llstyle.cpp b/linden/indra/llui/llstyle.cpp index a716cbb..61a025e 100644 --- a/linden/indra/llui/llstyle.cpp +++ b/linden/indra/llui/llstyle.cpp | |||
@@ -128,9 +128,13 @@ void LLStyle::setFontName(const std::string& fontname) | |||
128 | { | 128 | { |
129 | mFontID = LLFONT_SMALL; | 129 | mFontID = LLFONT_SMALL; |
130 | } | 130 | } |
131 | else if ((fontname_lc == "sansserifbig")) | 131 | else if ((fontname_lc == "sansserifbigger")) |
132 | { | 132 | { |
133 | mFontID = LLFONT_SANSSERIF_BIG; | 133 | mFontID = LLFONT_SANSSERIF_BIGGER; |
134 | } | ||
135 | else if ((fontname_lc == "sansserifhuge")) | ||
136 | { | ||
137 | mFontID = LLFONT_SANSSERIF_LARGE; | ||
134 | } | 138 | } |
135 | else if (fontname_lc == "small") | 139 | else if (fontname_lc == "small") |
136 | { | 140 | { |