summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatertos.cpp
diff options
context:
space:
mode:
authorMark Palange (Mani) <palange@lindenlab.com>2009-07-22 14:53:55 -0700
committerMark Palange (Mani) <palange@lindenlab.com>2009-07-22 14:53:55 -0700
commitdb7f15df68cda2850c3d8a7ffcc59fc136de6f95 (patch)
treeaf877fdeffe37eb8ea9b3cd1e73dca6e1c572d09 /indra/newview/llfloatertos.cpp
parent89dcba8b82fd0ce2c878b73fcef445a43d841115 (diff)
Adding LLLoginInstance unit test
Diffstat (limited to 'indra/newview/llfloatertos.cpp')
-rw-r--r--indra/newview/llfloatertos.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatertos.cpp b/indra/newview/llfloatertos.cpp
index c79e96a5e5..d75640ccb4 100644
--- a/indra/newview/llfloatertos.cpp
+++ b/indra/newview/llfloatertos.cpp
@@ -74,6 +74,8 @@ LLFloaterTOS* LLFloaterTOS::show(ETOSType type,
LLUICtrlFactory::getInstance()->buildFloater(LLFloaterTOS::sInstance, "floater_critical.xml");
}
+ sInstance->startModal();
+
return LLFloaterTOS::sInstance;
}