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.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llviewerwindow.cpp b/linden/indra/newview/llviewerwindow.cpp
index c4d5e58..e6e8a97 100644
--- a/linden/indra/newview/llviewerwindow.cpp
+++ b/linden/indra/newview/llviewerwindow.cpp
@@ -53,7 +53,7 @@
53// TODO: Many of these includes are unnecessary. Remove them. 53// TODO: Many of these includes are unnecessary. Remove them.
54// 54//
55 55
56// linden library includes 56// viewer library includes
57#include "llaudioengine.h" // mute on minimize 57#include "llaudioengine.h" // mute on minimize
58#include "indra_constants.h" 58#include "indra_constants.h"
59#include "llassetstorage.h" 59#include "llassetstorage.h"
@@ -1717,7 +1717,7 @@ void LLViewerWindow::initWorldUI()
1717 } 1717 }
1718} 1718}
1719 1719
1720// initWorldUI that wasn't before logging in. Some of this may require the access the 'LindenUserDir'. 1720// initWorldUI that wasn't before logging in. Some of this may require the access the 'ViewerUserDir'.
1721void LLViewerWindow::initWorldUI_postLogin() 1721void LLViewerWindow::initWorldUI_postLogin()
1722{ 1722{
1723 S32 height = mRootView->getRect().getHeight(); 1723 S32 height = mRootView->getRect().getHeight();
@@ -2183,7 +2183,7 @@ void LLViewerWindow::draw()
2183 2183
2184 if( gShowOverlayTitle && !mOverlayTitle.empty() ) 2184 if( gShowOverlayTitle && !mOverlayTitle.empty() )
2185 { 2185 {
2186 // Used for special titles such as "Second Life - Special E3 2003 Beta" 2186 // Used for special titles such as "MyViewer - Special E3 2003 Beta"
2187 const S32 DIST_FROM_TOP = 20; 2187 const S32 DIST_FROM_TOP = 20;
2188 LLFontGL::getFontSansSerifLarge()->renderUTF8( 2188 LLFontGL::getFontSansSerifLarge()->renderUTF8(
2189 mOverlayTitle, 0, 2189 mOverlayTitle, 0,