diff options
Diffstat (limited to 'linden/indra/llcommon/llsecondlifeurls.cpp')
-rw-r--r-- | linden/indra/llcommon/llsecondlifeurls.cpp | 45 |
1 files changed, 2 insertions, 43 deletions
diff --git a/linden/indra/llcommon/llsecondlifeurls.cpp b/linden/indra/llcommon/llsecondlifeurls.cpp index d7de8d8..1669f7b 100644 --- a/linden/indra/llcommon/llsecondlifeurls.cpp +++ b/linden/indra/llcommon/llsecondlifeurls.cpp | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2005&license=viewergpl$ | 5 | * $LicenseInfo:firstyear=2005&license=viewergpl$ |
6 | * | 6 | * |
7 | * Copyright (c) 2005-2009, Linden Research, Inc. | 7 | * Copyright (c) 2005-2010, Linden Research, Inc. |
8 | * | 8 | * |
9 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
10 | * The source code in this file ("Source Code") is provided by Linden Lab | 10 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -33,56 +33,15 @@ | |||
33 | #include "linden_common.h" | 33 | #include "linden_common.h" |
34 | #include "llsecondlifeurls.h" | 34 | #include "llsecondlifeurls.h" |
35 | 35 | ||
36 | const std::string CREATE_ACCOUNT_URL ( | ||
37 | "http://secondlife.com/registration/"); | ||
38 | |||
39 | const std::string MANAGE_ACCOUNT ( | ||
40 | "http://secondlife.com/account/"); | ||
41 | |||
42 | const std::string AUCTION_URL ( | 36 | const std::string AUCTION_URL ( |
43 | "http://secondlife.com/auctions/auction-detail.php?id="); | 37 | "http://secondlife.com/auctions/auction-detail.php?id="); |
44 | 38 | ||
45 | const std::string EVENTS_URL ( | 39 | const std::string EVENTS_URL ( |
46 | "http://secondlife.com/events/"); | 40 | "http://secondlife.com/events/"); |
47 | 41 | ||
48 | const std::string TIER_UP_URL ( | ||
49 | "http://secondlife.com/app/landtier"); | ||
50 | |||
51 | const std::string LAND_URL ( | ||
52 | "http://secondlife.com/app/landtier"); | ||
53 | |||
54 | const std::string UPGRADE_TO_PREMIUM_URL ( | ||
55 | "http://secondlife.com/app/upgrade/"); | ||
56 | |||
57 | const std::string DIRECTX_9_URL ( | ||
58 | "http://secondlife.com/support/"); | ||
59 | |||
60 | const std::string AMD_AGP_URL ( | ||
61 | "http://secondlife.com/support/"); | ||
62 | |||
63 | const std::string VIA_URL ( | ||
64 | "http://secondlife.com/support/"); | ||
65 | |||
66 | const std::string SUPPORT_URL ( | ||
67 | "http://secondlife.com/support/"); | ||
68 | |||
69 | const std::string INTEL_CHIPSET_URL ( | ||
70 | "http://secondlife.com/support/"); | ||
71 | |||
72 | const std::string SIS_CHIPSET_URL ( | ||
73 | "http://secondlife.com/support/"); | ||
74 | |||
75 | const std::string BLOGS_URL ( | ||
76 | "http://blog.secondlife.com/"); | ||
77 | |||
78 | const std::string BUY_CURRENCY_URL ( | 42 | const std::string BUY_CURRENCY_URL ( |
79 | "http://secondlife.com/app/currency/"); | 43 | "http://secondlife.com/app/currency/"); |
80 | 44 | ||
81 | const std::string LSL_DOC_URL ( | ||
82 | "http://secondlife.com/app/lsldoc/"); | ||
83 | |||
84 | const std::string SL_KB_URL ( | ||
85 | "http://secondlife.com/knowledgebase/"); | ||
86 | 45 | ||
87 | const std::string RELEASE_NOTES_BASE_URL ( | 46 | const std::string RELEASE_NOTES_BASE_URL ( |
88 | "http://imprudenceviewer.org/wiki/Release_Notes/"); | 47 | "http://imprudenceviewer.org/wiki/Release_Notes/"); \ No newline at end of file |