aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llsecondlifeurls.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llcommon/llsecondlifeurls.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/linden/indra/llcommon/llsecondlifeurls.h b/linden/indra/llcommon/llsecondlifeurls.h
index 3fe086a..f612d5e 100644
--- a/linden/indra/llcommon/llsecondlifeurls.h
+++ b/linden/indra/llcommon/llsecondlifeurls.h
@@ -33,46 +33,46 @@
33#define LL_LLSECONDLIFEURLS_H 33#define LL_LLSECONDLIFEURLS_H
34 34
35// Account registration web page 35// Account registration web page
36extern const char CREATE_ACCOUNT_URL[]; 36extern const std::string CREATE_ACCOUNT_URL;
37 37
38// Manage Account 38// Manage Account
39extern const char MANAGE_ACCOUNT[]; 39extern const std::string MANAGE_ACCOUNT;
40 40
41extern const char AUCTION_URL[]; 41extern const std::string AUCTION_URL;
42 42
43extern const char EVENTS_URL[]; 43extern const std::string EVENTS_URL;
44 44
45// Tier up to a new land level. 45// Tier up to a new land level.
46extern const char TIER_UP_URL[]; 46extern const std::string TIER_UP_URL;
47 47
48// Tier up to a new land level. 48// Tier up to a new land level.
49extern const char LAND_URL[]; 49extern const std::string LAND_URL;
50 50
51// Upgrade from basic membership to premium membership 51// Upgrade from basic membership to premium membership
52extern const char UPGRADE_TO_PREMIUM_URL[]; 52extern const std::string UPGRADE_TO_PREMIUM_URL;
53 53
54// How to get DirectX 9 54// How to get DirectX 9
55extern const char DIRECTX_9_URL[]; 55extern const std::string DIRECTX_9_URL;
56 56
57// Out of date VIA chipset 57// Out of date VIA chipset
58extern const char VIA_URL[]; 58extern const std::string VIA_URL;
59 59
60// Support URL 60// Support URL
61extern const char SUPPORT_URL[]; 61extern const std::string SUPPORT_URL;
62 62
63// Linden Blogs page 63// Linden Blogs page
64extern const char BLOGS_URL[]; 64extern const std::string BLOGS_URL;
65 65
66// Currency page 66// Currency page
67extern const char BUY_CURRENCY_URL[]; 67extern const std::string BUY_CURRENCY_URL;
68 68
69// LSL script wiki 69// LSL script wiki
70extern const char LSL_DOC_URL[]; 70extern const std::string LSL_DOC_URL;
71 71
72// SL KnowledgeBase page 72// SL KnowledgeBase page
73extern const char SL_KB_URL[]; 73extern const std::string SL_KB_URL;
74 74
75// Local Url Release Notes 75// Release Notes Redirect URL for Server and Viewer
76extern const char RELEASE_NOTES[]; 76extern const std::string RELEASE_NOTES_BASE_URL;
77 77
78#endif 78#endif