diff options
author | McCabe Maxsted | 2009-12-26 22:18:51 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-12-26 22:18:51 -0700 |
commit | 6451ba34580e4646c5f36df0ed12c1feefcddd20 (patch) | |
tree | dab493c8219c60459cad6c568a7c09a1bd2206d2 /linden/indra/newview/llweb.h | |
parent | Use Liberation-Sans font sizes (diff) | |
download | meta-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llweb.h b/linden/indra/newview/llweb.h index 278821b..51b7bbf 100644 --- a/linden/indra/newview/llweb.h +++ b/linden/indra/newview/llweb.h | |||
@@ -51,6 +51,9 @@ public: | |||
51 | // Loads unescaped url in external browser. | 51 | // Loads unescaped url in external browser. |
52 | static void loadURLExternal(const std::string& url); | 52 | static void loadURLExternal(const std::string& url); |
53 | 53 | ||
54 | //Loads unescaped url in internal browser. | ||
55 | static void loadURLInternal(const std::string& url); | ||
56 | |||
54 | // Returns escaped (eg, " " to "%20") url | 57 | // Returns escaped (eg, " " to "%20") url |
55 | static std::string escapeURL(const std::string& url); | 58 | static std::string escapeURL(const std::string& url); |
56 | 59 | ||