summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-06-02 13:40:12 -0700
committerRichard Linden <none@none>2010-06-02 13:40:12 -0700
commit1bfd7a659b4539c1011ab314cac161e14a1fa13e (patch)
treedfa4f6c9007d5ca7ce4950d49aca160172e07010 /indra/newview/llstartup.cpp
parent9e7cf5c1bc9174d65c2541f54a3a70a2864519b7 (diff)
EXT-7600 FIX Context menus for line editors don't work on login screen
initialize edit menu callbacks earlier
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r--indra/newview/llstartup.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index 6418551517..e51e6363dd 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -736,6 +736,8 @@ 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