aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llweb.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-12-26 22:18:51 -0700
committerMcCabe Maxsted2009-12-26 22:18:51 -0700
commit6451ba34580e4646c5f36df0ed12c1feefcddd20 (patch)
treedab493c8219c60459cad6c568a7c09a1bd2206d2 /linden/indra/newview/llweb.cpp
parentUse Liberation-Sans font sizes (diff)
downloadmeta-impy-6451ba34580e4646c5f36df0ed12c1feefcddd20.zip
meta-impy-6451ba34580e4646c5f36df0ed12c1feefcddd20.tar.gz
meta-impy-6451ba34580e4646c5f36df0ed12c1feefcddd20.tar.bz2
meta-impy-6451ba34580e4646c5f36df0ed12c1feefcddd20.tar.xz
Added script creation resource to the script editor's help menu
Diffstat (limited to '')
-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,