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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llviewerwindow.cpp b/linden/indra/newview/llviewerwindow.cpp
index 6a33aba..f721550 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"
@@ -1706,7 +1706,7 @@ void LLViewerWindow::initWorldUI()
1706 } 1706 }
1707} 1707}
1708 1708
1709// initWorldUI that wasn't before logging in. Some of this may require the access the 'LindenUserDir'. 1709// initWorldUI that wasn't before logging in. Some of this may require the access the 'ViewerUserDir'.
1710void LLViewerWindow::initWorldUI_postLogin() 1710void LLViewerWindow::initWorldUI_postLogin()
1711{ 1711{
1712 S32 height = mRootView->getRect().getHeight(); 1712 S32 height = mRootView->getRect().getHeight();