diff options
author | Richard Linden <none@none> | 2011-03-17 15:57:57 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-03-17 15:57:57 -0700 |
commit | 784c2079e98d752355bb81ee98a8c3a0399aaa74 (patch) | |
tree | dfa89c93e6692a49ee22ee260e92e75be8067db7 /indra/newview/llviewerwindow.cpp | |
parent | 5f05157fb74a6b3c1e20b024055e7fccf434c15c (diff) |
SOCIAL-714 FIX Basic mode to launch with Destinations panel open by default
Diffstat (limited to 'indra/newview/llviewerwindow.cpp')
-rw-r--r-- | indra/newview/llviewerwindow.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index 147163a9c0..bae7b7086a 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -1799,6 +1799,12 @@ void LLViewerWindow::initWorldUI() avatar_picker->navigateTo(gSavedSettings.getString("AvatarPickerURL"), "text/html"); } + if (gSavedSettings.getBOOL("FirstRunThisInstall")) + { + toggle_destination_and_avatar_picker(0); + } + + gSavedSettings.setBOOL("FirstRunThisInstall", FALSE); } // Destroy the UI |