diff options
author | Richard Nelson <none@none> | 2010-03-29 15:28:48 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-03-29 15:28:48 -0700 |
commit | e50586043b3920864d58bb2243d977705d6669aa (patch) | |
tree | 6bf311b77bdce138816f9d74f071bff5e1058531 /indra/llwindow/llwindowwin32.h | |
parent | d98b2ce4865dc90e635fe75d676e4965bccfa793 (diff) |
EXT-3258 - Viewer freezes while external web browser loads page
reviewed by Callum
Diffstat (limited to 'indra/llwindow/llwindowwin32.h')
-rw-r--r-- | indra/llwindow/llwindowwin32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowwin32.h b/indra/llwindow/llwindowwin32.h index 9d57735772..d4a3446515 100644 --- a/indra/llwindow/llwindowwin32.h +++ b/indra/llwindow/llwindowwin32.h @@ -114,7 +114,7 @@ public: /*virtual*/ void setLanguageTextInput( const LLCoordGL & pos ); /*virtual*/ void updateLanguageTextInputArea(); /*virtual*/ void interruptLanguageTextInput(); - /*virtual*/ void spawnWebBrowser(const std::string& escaped_url); + /*virtual*/ void spawnWebBrowser(const std::string& escaped_url, bool async); LLWindowCallbacks::DragNDropResult completeDragNDropRequest( const LLCoordGL gl_coord, const MASK mask, LLWindowCallbacks::DragNDropAction action, const std::string url ); |