diff options
author | Richard Linden <none@none> | 2010-06-02 13:40:12 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-06-02 13:40:12 -0700 |
commit | 1bfd7a659b4539c1011ab314cac161e14a1fa13e (patch) | |
tree | dfa4f6c9007d5ca7ce4950d49aca160172e07010 /indra/newview/llstartup.cpp | |
parent | 9e7cf5c1bc9174d65c2541f54a3a70a2864519b7 (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.cpp | 2 |
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 |