diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-06 20:35:34 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-06 20:35:34 +0100 |
commit | 3a7a23c18ee0f09800969bb0b486fc5e370009d8 (patch) | |
tree | 805e4a0d6df93fdfa36ca5dacafc749e54cc9a01 /indra/newview/llappviewer.cpp | |
parent | f413146843a9de666087a8f3dd26e4dd191bd9f2 (diff) | |
parent | 17b42d5c5e0577cfcb59dc8972ddee602938d419 (diff) |
merge
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
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); |