diff options
author | Callum Prentice <callum@lindenlab.com> | 2010-02-11 11:40:21 -0800 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2010-02-11 11:40:21 -0800 |
commit | 109fd91c8b811f98aaab0dbf80884efd76e95d51 (patch) | |
tree | f4359f520b0fa8932936894238f58ee4fd25564e /indra/newview/llslurl.h | |
parent | 369c58b09c963d78eae1776d0cbca32d8189cd6a (diff) |
Fix for EXT-4961 www.slurl.com will not DnD while slurl.com will
Ccollab reviewed by Rick - http://10.1.19.90:8080/go?page=ReviewDisplay&reviewid=101
Diffstat (limited to 'indra/newview/llslurl.h')
-rw-r--r-- | indra/newview/llslurl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llslurl.h b/indra/newview/llslurl.h index 21b32ce409..6a695e84f3 100644 --- a/indra/newview/llslurl.h +++ b/indra/newview/llslurl.h @@ -51,6 +51,7 @@ public: static const std::string PREFIX_SECONDLIFE; static const std::string PREFIX_SLURL; static const std::string PREFIX_SLURL_OLD; + static const std::string PREFIX_SLURL_WWW; static const std::string APP_TOKEN; |