diff options
author | Eugene Mutavchi <emutavchi@productengine.com> | 2010-02-03 19:38:12 +0200 |
---|---|---|
committer | Eugene Mutavchi <emutavchi@productengine.com> | 2010-02-03 19:38:12 +0200 |
commit | 8c1618ca5ae81eec0a5fa6229e89cd0f1a072a27 (patch) | |
tree | b04fd3a34db8db2fbd94b6cefd93b98e9b878ebc /indra/newview/llslurl.h | |
parent | 7e1911baa23c2c7491c5089015d8f9b30df5ce01 (diff) |
Fixed major bug EXT-4876 (Switch from slurl.com to maps.secondlife.com)
--HG--
branch : product-engine
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 05b0143e72..21b32ce409 100644 --- a/indra/newview/llslurl.h +++ b/indra/newview/llslurl.h @@ -50,6 +50,7 @@ public: static const std::string PREFIX_SL; static const std::string PREFIX_SECONDLIFE; static const std::string PREFIX_SLURL; + static const std::string PREFIX_SLURL_OLD; static const std::string APP_TOKEN; |