diff options
author | Oz Linden <oz@lindenlab.com> | 2011-04-12 20:35:33 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-04-12 20:35:33 -0400 |
commit | c857064af23292dfc4609fec6d22927ba8bd9dba (patch) | |
tree | 4c21a2cf47a4526674b23ff498e816fca1a8816b /indra/newview | |
parent | fa1827fa32f5dc046b17cde1ddbac8316f061793 (diff) | |
parent | 67561663da789454c658b5d466e9518790ed9289 (diff) |
merge changes for storm-1101
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llstartup.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 4bc8a7ec54..ca908ef822 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -720,6 +720,8 @@ bool idle_startup() timeout_count = 0; + initialize_edit_menu(); + if (show_connect_box) { // Load all the name information out of the login view @@ -736,8 +738,6 @@ bool idle_startup() // Make sure the process dialog doesn't hide things gViewerWindow->setShowProgress(FALSE); - initialize_edit_menu(); - // Show the login dialog login_show(); // connect dialog is already shown, so fill in the names |