aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewerwindow.cpp')
-rw-r--r--linden/indra/newview/llviewerwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerwindow.cpp b/linden/indra/newview/llviewerwindow.cpp
index 57580cf..6ef9982 100644
--- a/linden/indra/newview/llviewerwindow.cpp
+++ b/linden/indra/newview/llviewerwindow.cpp
@@ -2178,7 +2178,7 @@ void LLViewerWindow::draw()
2178 { 2178 {
2179 // Used for special titles such as "Second Life - Special E3 2003 Beta" 2179 // Used for special titles such as "Second Life - Special E3 2003 Beta"
2180 const S32 DIST_FROM_TOP = 20; 2180 const S32 DIST_FROM_TOP = 20;
2181 LLFontGL::getFontSansSerifBig()->renderUTF8( 2181 LLFontGL::getFontSansSerifLarge()->renderUTF8(
2182 mOverlayTitle, 0, 2182 mOverlayTitle, 0,
2183 llround( getWindowWidth() * 0.5f), 2183 llround( getWindowWidth() * 0.5f),
2184 getWindowHeight() - DIST_FROM_TOP, 2184 getWindowHeight() - DIST_FROM_TOP,