diff options
| author | Steven Bennetts <steve@lindenlab.com> | 2009-08-28 08:04:26 +0000 |
|---|---|---|
| committer | Steven Bennetts <steve@lindenlab.com> | 2009-08-28 08:04:26 +0000 |
| commit | 9e2cb2f4a00a6acc48738f9df788ad5adfc7d62a (patch) | |
| tree | 1a8d50ed5791e6c5fe3239e88c41ce5d6b561e68 /indra/newview/llfloatertos.cpp | |
| parent | 745845f79987e4b4ab7f5728746a0eda8898930f (diff) | |
DEV-38942 Eliminate startModal() from LLModalDialog
Also moved TOS and Critical floaters to login debug menu for testing
Diffstat (limited to 'indra/newview/llfloatertos.cpp')
| -rw-r--r-- | indra/newview/llfloatertos.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatertos.cpp b/indra/newview/llfloatertos.cpp index 1060a5e031..1c3443ae80 100644 --- a/indra/newview/llfloatertos.cpp +++ b/indra/newview/llfloatertos.cpp @@ -53,7 +53,7 @@ LLFloaterTOS::LLFloaterTOS(const LLSD& message) -: LLModalDialog( message, 100, 100 ), +: LLModalDialog( message ), mMessage(message.asString()), mWebBrowserWindowId( 0 ), mLoadCompleteCount( 0 ) |
