diff options
author | James Cook <james@lindenlab.com> | 2009-11-16 21:49:46 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-16 21:49:46 -0800 |
commit | 2852fce2de898f5999bfaaf939637f06f5b2112d (patch) | |
tree | 0bf1e86941c1776e37680ca1231a7b5b975f2523 /indra/newview/llviewerwindow.cpp | |
parent | 18980efe16e19ab0562267e10ec55bed55b581fb (diff) | |
parent | a97941369ddde6a548e91576655d5f52942d085e (diff) |
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0
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; |