diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llurldispatcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llurldispatcher.cpp b/linden/indra/newview/llurldispatcher.cpp index 880822a..ad2ef62 100644 --- a/linden/indra/newview/llurldispatcher.cpp +++ b/linden/indra/newview/llurldispatcher.cpp | |||
@@ -113,7 +113,7 @@ bool LLURLDispatcherImpl::isSLURL(const std::string& url) | |||
113 | bool LLURLDispatcherImpl::isSLURLCommand(const std::string& url) | 113 | bool LLURLDispatcherImpl::isSLURLCommand(const std::string& url) |
114 | { | 114 | { |
115 | if (matchPrefix(url, SLURL_SL_PREFIX + SLURL_APP_TOKEN) | 115 | if (matchPrefix(url, SLURL_SL_PREFIX + SLURL_APP_TOKEN) |
116 | || matchPrefix(url, SLURL_SECONDLIFE_PREFIX + SLURL_APP_TOKEN) | 116 | || matchPrefix(url, SLURL_SECONDLIFE_PREFIX + "/" + SLURL_APP_TOKEN) |
117 | || matchPrefix(url, SLURL_SLURL_PREFIX + SLURL_APP_TOKEN) ) | 117 | || matchPrefix(url, SLURL_SLURL_PREFIX + SLURL_APP_TOKEN) ) |
118 | { | 118 | { |
119 | return true; | 119 | return true; |