aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llweb.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llweb.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llweb.cpp b/linden/indra/newview/llweb.cpp
index 910f0c4..d15d4c4 100644
--- a/linden/indra/newview/llweb.cpp
+++ b/linden/indra/newview/llweb.cpp
@@ -47,7 +47,9 @@ void LLWeb::loadURL(std::string url)
47void LLWeb::loadURLExternal(std::string url) 47void LLWeb::loadURLExternal(std::string url)
48{ 48{
49 std::string escaped_url = escapeURL(url); 49 std::string escaped_url = escapeURL(url);
50#if LL_LIBXUL_ENABLED
50 spawn_web_browser(escaped_url.c_str()); 51 spawn_web_browser(escaped_url.c_str());
52#endif
51} 53}
52 54
53 55