diff options
Diffstat (limited to '')
-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()); |