aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llweb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llweb.cpp')
-rw-r--r--linden/indra/newview/llweb.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/newview/llweb.cpp b/linden/indra/newview/llweb.cpp
index a5691d8..6425156 100644
--- a/linden/indra/newview/llweb.cpp
+++ b/linden/indra/newview/llweb.cpp
@@ -69,6 +69,13 @@ void LLWeb::loadURLExternal(const std::string& url)
69 69
70 70
71// static 71// static
72void LLWeb::loadURLInternal(const std::string& url)
73{
74 LLFloaterMediaBrowser::showInstance(url);
75}
76
77
78// static
72std::string LLWeb::escapeURL(const std::string& url) 79std::string LLWeb::escapeURL(const std::string& url)
73{ 80{
74 // The CURL curl_escape() function escapes colons, slashes, 81 // The CURL curl_escape() function escapes colons, slashes,