diff options
| author | Mark Palange (Mani) <palange@lindenlab.com> | 2009-07-22 14:53:55 -0700 |
|---|---|---|
| committer | Mark Palange (Mani) <palange@lindenlab.com> | 2009-07-22 14:53:55 -0700 |
| commit | db7f15df68cda2850c3d8a7ffcc59fc136de6f95 (patch) | |
| tree | af877fdeffe37eb8ea9b3cd1e73dca6e1c572d09 /indra/newview/llpanellogin.cpp | |
| parent | 89dcba8b82fd0ce2c878b73fcef445a43d841115 (diff) | |
Adding LLLoginInstance unit test
Diffstat (limited to 'indra/newview/llpanellogin.cpp')
| -rw-r--r-- | indra/newview/llpanellogin.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp index 9afb8468ef..7af1cbf51f 100644 --- a/indra/newview/llpanellogin.cpp +++ b/indra/newview/llpanellogin.cpp @@ -432,8 +432,7 @@ BOOL LLPanelLogin::handleKeyHere(KEY key, MASK mask) if ( KEY_F2 == key ) { llinfos << "Spawning floater TOS window" << llendl; - LLFloaterTOS* tos_dialog = LLFloaterTOS::show(LLFloaterTOS::TOS_TOS,"", 0); - tos_dialog->startModal(); + LLFloaterTOS::show(LLFloaterTOS::TOS_TOS,"", NULL); return TRUE; } #endif |
