diff options
Diffstat (limited to 'indra/newview/llweb.cpp')
-rw-r--r-- | indra/newview/llweb.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llweb.cpp b/indra/newview/llweb.cpp index 1f87cf225d..6ea9dfbbec 100644 --- a/indra/newview/llweb.cpp +++ b/indra/newview/llweb.cpp @@ -27,7 +27,9 @@ void LLWeb::loadURL(std::string url) void LLWeb::loadURLExternal(std::string url) { std::string escaped_url = escapeURL(url); +#if LL_LIBXUL_ENABLED spawn_web_browser(escaped_url.c_str()); +#endif } |