diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llconsole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llconsole.cpp b/linden/indra/newview/llconsole.cpp index 4b3bac3..e2f620a 100644 --- a/linden/indra/newview/llconsole.cpp +++ b/linden/indra/newview/llconsole.cpp | |||
@@ -117,7 +117,7 @@ void LLConsole::setFontSize(S32 size_index) | |||
117 | } | 117 | } |
118 | else if (1 == size_index) | 118 | else if (1 == size_index) |
119 | { | 119 | { |
120 | mFont = LLFontGL::getFontSansSerifBig(); | 120 | mFont = LLFontGL::getFontSansSerifLarge(); |
121 | } | 121 | } |
122 | else | 122 | else |
123 | { | 123 | { |