diff options
author | Jacek Antonelli | 2008-08-15 23:45:24 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:24 -0500 |
commit | 0a78fa3920b32a51f01ebe7cfa30be45134f398f (patch) | |
tree | 7d0ebbf55bcb0a77c3957dd64315574281cc2f54 /linden/indra/newview/llstartup.cpp | |
parent | Second Life viewer sources 1.18.6.2-RC (diff) | |
download | meta-impy-0a78fa3920b32a51f01ebe7cfa30be45134f398f.zip meta-impy-0a78fa3920b32a51f01ebe7cfa30be45134f398f.tar.gz meta-impy-0a78fa3920b32a51f01ebe7cfa30be45134f398f.tar.bz2 meta-impy-0a78fa3920b32a51f01ebe7cfa30be45134f398f.tar.xz |
Second Life viewer sources 1.18.6.4-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index 6cb6c55..98f1658 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2004&license=viewergpl$ | 5 | * $LicenseInfo:firstyear=2004&license=viewergpl$ |
6 | * | 6 | * |
7 | * Copyright (c) 2004-2007, Linden Research, Inc. | 7 | * Copyright (c) 2004-2008, Linden Research, Inc. |
8 | * | 8 | * |
9 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
10 | * The source code in this file ("Source Code") is provided by Linden Lab | 10 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -777,9 +777,6 @@ BOOL idle_startup() | |||
777 | gSavedSettings.setString("FirstName", firstname); | 777 | gSavedSettings.setString("FirstName", firstname); |
778 | gSavedSettings.setString("LastName", lastname); | 778 | gSavedSettings.setString("LastName", lastname); |
779 | 779 | ||
780 | |||
781 | |||
782 | |||
783 | llinfos << "Attempting login as: " << firstname << " " << lastname << llendl; | 780 | llinfos << "Attempting login as: " << firstname << " " << lastname << llendl; |
784 | gDebugInfo["LoginName"] = firstname + " " + lastname; | 781 | gDebugInfo["LoginName"] = firstname + " " + lastname; |
785 | } | 782 | } |
@@ -899,7 +896,7 @@ BOOL idle_startup() | |||
899 | if(STATE_LOGIN_AUTH_INIT == LLStartUp::getStartupState()) | 896 | if(STATE_LOGIN_AUTH_INIT == LLStartUp::getStartupState()) |
900 | { | 897 | { |
901 | //#define LL_MINIMIAL_REQUESTED_OPTIONS | 898 | //#define LL_MINIMIAL_REQUESTED_OPTIONS |
902 | gDebugInfo["GridUtilHost"] = gGridInfo[gGridChoice].mName; | 899 | gDebugInfo["GridName"] = gGridInfo[gGridChoice].mLabel; |
903 | 900 | ||
904 | lldebugs << "STATE_LOGIN_AUTH_INIT" << llendl; | 901 | lldebugs << "STATE_LOGIN_AUTH_INIT" << llendl; |
905 | if (!gUserAuthp) | 902 | if (!gUserAuthp) |
@@ -1480,6 +1477,7 @@ BOOL idle_startup() | |||
1480 | 1477 | ||
1481 | // Finish agent initialization. (Requires gSavedSettings, builds camera) | 1478 | // Finish agent initialization. (Requires gSavedSettings, builds camera) |
1482 | gAgent.init(); | 1479 | gAgent.init(); |
1480 | set_underclothes_menu_options(); | ||
1483 | 1481 | ||
1484 | // Since we connected, save off the settings so the user doesn't have to | 1482 | // Since we connected, save off the settings so the user doesn't have to |
1485 | // type the name/password again if we crash. | 1483 | // type the name/password again if we crash. |