diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llsecondlifeurls.h | 32 |
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 |
36 | extern const char CREATE_ACCOUNT_URL[]; | 36 | extern const std::string CREATE_ACCOUNT_URL; |
37 | 37 | ||
38 | // Manage Account | 38 | // Manage Account |
39 | extern const char MANAGE_ACCOUNT[]; | 39 | extern const std::string MANAGE_ACCOUNT; |
40 | 40 | ||
41 | extern const char AUCTION_URL[]; | 41 | extern const std::string AUCTION_URL; |
42 | 42 | ||
43 | extern const char EVENTS_URL[]; | 43 | extern const std::string EVENTS_URL; |
44 | 44 | ||
45 | // Tier up to a new land level. | 45 | // Tier up to a new land level. |
46 | extern const char TIER_UP_URL[]; | 46 | extern const std::string TIER_UP_URL; |
47 | 47 | ||
48 | // Tier up to a new land level. | 48 | // Tier up to a new land level. |
49 | extern const char LAND_URL[]; | 49 | extern const std::string LAND_URL; |
50 | 50 | ||
51 | // Upgrade from basic membership to premium membership | 51 | // Upgrade from basic membership to premium membership |
52 | extern const char UPGRADE_TO_PREMIUM_URL[]; | 52 | extern const std::string UPGRADE_TO_PREMIUM_URL; |
53 | 53 | ||
54 | // How to get DirectX 9 | 54 | // How to get DirectX 9 |
55 | extern const char DIRECTX_9_URL[]; | 55 | extern const std::string DIRECTX_9_URL; |
56 | 56 | ||
57 | // Out of date VIA chipset | 57 | // Out of date VIA chipset |
58 | extern const char VIA_URL[]; | 58 | extern const std::string VIA_URL; |
59 | 59 | ||
60 | // Support URL | 60 | // Support URL |
61 | extern const char SUPPORT_URL[]; | 61 | extern const std::string SUPPORT_URL; |
62 | 62 | ||
63 | // Linden Blogs page | 63 | // Linden Blogs page |
64 | extern const char BLOGS_URL[]; | 64 | extern const std::string BLOGS_URL; |
65 | 65 | ||
66 | // Currency page | 66 | // Currency page |
67 | extern const char BUY_CURRENCY_URL[]; | 67 | extern const std::string BUY_CURRENCY_URL; |
68 | 68 | ||
69 | // LSL script wiki | 69 | // LSL script wiki |
70 | extern const char LSL_DOC_URL[]; | 70 | extern const std::string LSL_DOC_URL; |
71 | 71 | ||
72 | // SL KnowledgeBase page | 72 | // SL KnowledgeBase page |
73 | extern const char SL_KB_URL[]; | 73 | extern const std::string SL_KB_URL; |
74 | 74 | ||
75 | // Local Url Release Notes | 75 | // Release Notes Redirect URL for Server and Viewer |
76 | extern const char RELEASE_NOTES[]; | 76 | extern const std::string RELEASE_NOTES_BASE_URL; |
77 | 77 | ||
78 | #endif | 78 | #endif |