diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-05 19:55:44 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-05 19:55:44 +0100 |
commit | 0bcb30936ee640cb8f170fd801efcd7831816bc8 (patch) | |
tree | 1d3655ebb2be44656c7160b7bf8aafe2e6711131 /indra/newview/llappviewer.cpp | |
parent | f4e7383aa51ed26197f5068f89da365e4727f06e (diff) | |
parent | 2673bd28d7bd7ee9f10317e1f90d0608ad0dfc6f (diff) |
pull a stray change from the old viewer-trunk
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 5ea70a6e96..8db0388c64 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2400,7 +2400,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); |