aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfirstuse.cpp
diff options
context:
space:
mode:
authorDavid Seikel2011-05-02 23:08:24 +1000
committerDavid Seikel2011-05-02 23:08:24 +1000
commit5200bbe13e2cb42c2ac007682e3e4fd8819bbba3 (patch)
tree99ebbb0d58e1bc6f9f6067e3aee199de2fb8020e /linden/indra/newview/llfirstuse.cpp
parentReverting, but generalizing, the user tags in profiles. (diff)
downloadmeta-impy-5200bbe13e2cb42c2ac007682e3e4fd8819bbba3.zip
meta-impy-5200bbe13e2cb42c2ac007682e3e4fd8819bbba3.tar.gz
meta-impy-5200bbe13e2cb42c2ac007682e3e4fd8819bbba3.tar.bz2
meta-impy-5200bbe13e2cb42c2ac007682e3e4fd8819bbba3.tar.xz
Bring back the default grid selector, reverts 8de9883c97375c42a70b415a75f7eee6553c0a9c.
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfirstuse.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfirstuse.cpp b/linden/indra/newview/llfirstuse.cpp
index bae1ff4..f482d1c 100644
--- a/linden/indra/newview/llfirstuse.cpp
+++ b/linden/indra/newview/llfirstuse.cpp
@@ -370,8 +370,8 @@ void LLFirstUse::useLoginScreen()
370 { 370 {
371 gSavedSettings.setWarning("FirstLoginScreen", FALSE); 371 gSavedSettings.setWarning("FirstLoginScreen", FALSE);
372 372
373// FloaterGridDefault::getInstance()->open(); 373 FloaterGridDefault::getInstance()->open();
374// FloaterGridDefault::getInstance()->center(); 374 FloaterGridDefault::getInstance()->center();
375 } 375 }
376} 376}
377 377