diff options
author | Richard Nelson <none@none> | 2010-03-29 15:29:12 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-03-29 15:29:12 -0700 |
commit | eeeca917975e11bfe4b42a6b3c9c23cd63f2fe2e (patch) | |
tree | 523ce33dd89d2d24e936baa11a0b8263c668ce49 /indra/newview/llappviewer.cpp | |
parent | 114e5ca0839bace7f247a6eadb6e06a28597501d (diff) | |
parent | e50586043b3920864d58bb2243d977705d6669aa (diff) |
merge
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index a8d69a38cd..43c8c679c6 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1649,7 +1649,7 @@ bool LLAppViewer::cleanup() // HACK: Attempt to wait until the screen res. switch is complete. ms_sleep(1000); - LLWeb::loadURLExternal( gLaunchFileOnQuit ); + LLWeb::loadURLExternal( gLaunchFileOnQuit, false ); llinfos << "File launched." << llendflush; } |