diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-06 20:37:24 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-06 20:37:24 +0100 |
commit | acc3b1e228c71fc2731ded3a85795654dc0b1991 (patch) | |
tree | c99d0ffbb2265768af7f6605ddd34a3aa426c2d4 /indra/newview/llappviewer.cpp | |
parent | e996eab27850d635461e919549060da569e9dc6b (diff) | |
parent | 17b42d5c5e0577cfcb59dc8972ddee602938d419 (diff) |
merge from viewer-public
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); |