diff options
author | Jacek Antonelli | 2008-08-15 23:45:44 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:44 -0500 |
commit | acfdcf2b1deeb04698174c78e8cb22b093445bb1 (patch) | |
tree | 811293650bcf81d01ea7c54d7c2cf263110aa329 /linden/indra/newview/llpanellogin.cpp | |
parent | Second Life viewer sources 1.20.2 (diff) | |
download | meta-impy-acfdcf2b1deeb04698174c78e8cb22b093445bb1.zip meta-impy-acfdcf2b1deeb04698174c78e8cb22b093445bb1.tar.gz meta-impy-acfdcf2b1deeb04698174c78e8cb22b093445bb1.tar.bz2 meta-impy-acfdcf2b1deeb04698174c78e8cb22b093445bb1.tar.xz |
Second Life viewer sources 1.20.3
Diffstat (limited to 'linden/indra/newview/llpanellogin.cpp')
-rw-r--r-- | linden/indra/newview/llpanellogin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanellogin.cpp b/linden/indra/newview/llpanellogin.cpp index f403271..9fcd73d 100644 --- a/linden/indra/newview/llpanellogin.cpp +++ b/linden/indra/newview/llpanellogin.cpp | |||
@@ -951,6 +951,7 @@ void LLPanelLogin::loadLoginPage() | |||
951 | { | 951 | { |
952 | LLAppViewer::instance()->resetURIs(); | 952 | LLAppViewer::instance()->resetURIs(); |
953 | gGridChoice = (EGridInfo)grid_index; | 953 | gGridChoice = (EGridInfo)grid_index; |
954 | gSavedSettings.setString("GridChoice", gGridInfo[gGridChoice].mLabel); | ||
954 | gViewerWindow->setMenuBackgroundColor(false, | 955 | gViewerWindow->setMenuBackgroundColor(false, |
955 | !LLAppViewer::instance()->isInProductionGrid()); | 956 | !LLAppViewer::instance()->isInProductionGrid()); |
956 | gLoginMenuBarView->setBackgroundColor(gMenuBarView->getBackgroundColor()); | 957 | gLoginMenuBarView->setBackgroundColor(gMenuBarView->getBackgroundColor()); |