diff options
| author | Leyla Farazha <leyla@lindenlab.com> | 2009-11-16 13:58:18 -0800 |
|---|---|---|
| committer | Leyla Farazha <leyla@lindenlab.com> | 2009-11-16 13:58:18 -0800 |
| commit | 07cbace05f84dc42a80fa782d90862e5c0bf404b (patch) | |
| tree | 768f8e025fe8448e09ee39986690ffe9982f4b20 /indra/newview/llviewerwindow.cpp | |
| parent | 7cc233b3a83bd82f7a42bf1f64901d2578beaf2c (diff) | |
| parent | f1da0a4ff4e6de98422f0b4534034120bec558b7 (diff) | |
merge
Diffstat (limited to 'indra/newview/llviewerwindow.cpp')
| -rw-r--r-- | indra/newview/llviewerwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index 1054223dcf..0c5d813f45 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -4129,7 +4129,7 @@ void LLViewerWindow::drawMouselookInstructions() { // Draw instructions for mouselook ("Press ESC to return to World View" partially transparent at the bottom of the screen.) const std::string instructions = LLTrans::getString("LeaveMouselook"); - const LLFontGL* font = LLFontGL::getFont(LLFontDescriptor("SansSerif", "Huge", LLFontGL::BOLD)); + const LLFontGL* font = LLFontGL::getFont(LLFontDescriptor("SansSerif", "Large", LLFontGL::BOLD)); //to be on top of Bottom bar when it is opened const S32 INSTRUCTIONS_PAD = 50; |
