summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-05-06 20:35:34 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-05-06 20:35:34 +0100
commit1e0033b175130b91c711612c7160e54fb04ac723 (patch)
treee828b1b1f29c50bef7d3b8cbaaea5194f6835513 /indra/newview/llappviewer.cpp
parent84343b145a260e28fc287ba93e6ef1b4755f982f (diff)
parent17b42d5c5e0577cfcb59dc8972ddee602938d419 (diff)
merge
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);