diff options
| author | James Cook <james@lindenlab.com> | 2009-11-17 10:03:49 -0800 |
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2009-11-17 10:03:49 -0800 |
| commit | 6253e2611d3ecf4ff5c778d0e53f34aed06f35da (patch) | |
| tree | cd96eca8461fa5c0eac08b20c03e3c0039ff6bf6 /indra/newview/llviewerwindow.cpp | |
| parent | a2041387b1c39328aaf0d5037ca039a971a6d79c (diff) | |
| parent | ddee62b833480afdf730737bea6c97437daca74e (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 90a79698f6..7b35125b5b 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -4132,7 +4132,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; |
