diff options
Diffstat (limited to 'linden/indra/newview/llweb.cpp')
-rw-r--r-- | linden/indra/newview/llweb.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llweb.cpp b/linden/indra/newview/llweb.cpp index dcae7a0..a3ccab3 100644 --- a/linden/indra/newview/llweb.cpp +++ b/linden/indra/newview/llweb.cpp | |||
@@ -34,7 +34,7 @@ | |||
34 | 34 | ||
35 | #include "llweb.h" | 35 | #include "llweb.h" |
36 | 36 | ||
37 | #include "llwindow.h" | 37 | #include "llviewerwindow.h" |
38 | 38 | ||
39 | #include "llviewercontrol.h" | 39 | #include "llviewercontrol.h" |
40 | #include "llfloaterhtmlhelp.h" | 40 | #include "llfloaterhtmlhelp.h" |
@@ -63,7 +63,7 @@ void LLWeb::loadURL(const std::string& url) | |||
63 | void LLWeb::loadURLExternal(const std::string& url) | 63 | void LLWeb::loadURLExternal(const std::string& url) |
64 | { | 64 | { |
65 | std::string escaped_url = escapeURL(url); | 65 | std::string escaped_url = escapeURL(url); |
66 | spawn_web_browser(escaped_url.c_str()); | 66 | gViewerWindow->getWindow()->spawnWebBrowser(escaped_url); |
67 | } | 67 | } |
68 | 68 | ||
69 | 69 | ||