summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-05-06 20:37:24 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-05-06 20:37:24 +0100
commitacc3b1e228c71fc2731ded3a85795654dc0b1991 (patch)
treec99d0ffbb2265768af7f6605ddd34a3aa426c2d4 /indra/newview/llappviewer.cpp
parente996eab27850d635461e919549060da569e9dc6b (diff)
parent17b42d5c5e0577cfcb59dc8972ddee602938d419 (diff)
merge from viewer-public
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 66aba13aba..dd4a67ff32 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -2415,7 +2415,7 @@ bool LLAppViewer::initWindow()
LLNotificationsUI::LLNotificationManager::getInstance();
- if (gSavedSettings.getBOOL("WindowFullScreen"))
+ if (gSavedSettings.getBOOL("FullScreen"))
{
// request to go full screen... which will be delayed until login
gViewerWindow->toggleFullscreen(FALSE);