summaryrefslogtreecommitdiff
path: root/indra/llcommon/llsecondlifeurls.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/llsecondlifeurls.h')
-rw-r--r--indra/llcommon/llsecondlifeurls.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/indra/llcommon/llsecondlifeurls.h b/indra/llcommon/llsecondlifeurls.h
index b8d8aa2402..0847c8378b 100644
--- a/indra/llcommon/llsecondlifeurls.h
+++ b/indra/llcommon/llsecondlifeurls.h
@@ -33,46 +33,46 @@
#define LL_LLSECONDLIFEURLS_H
// Account registration web page
-extern const char CREATE_ACCOUNT_URL[];
+extern const std::string CREATE_ACCOUNT_URL;
// Manage Account
-extern const char MANAGE_ACCOUNT[];
+extern const std::string MANAGE_ACCOUNT;
-extern const char AUCTION_URL[];
+extern const std::string AUCTION_URL;
-extern const char EVENTS_URL[];
+extern const std::string EVENTS_URL;
// Tier up to a new land level.
-extern const char TIER_UP_URL[];
+extern const std::string TIER_UP_URL;
// Tier up to a new land level.
-extern const char LAND_URL[];
+extern const std::string LAND_URL;
// Upgrade from basic membership to premium membership
-extern const char UPGRADE_TO_PREMIUM_URL[];
+extern const std::string UPGRADE_TO_PREMIUM_URL;
// How to get DirectX 9
-extern const char DIRECTX_9_URL[];
+extern const std::string DIRECTX_9_URL;
// Out of date VIA chipset
-extern const char VIA_URL[];
+extern const std::string VIA_URL;
// Support URL
-extern const char SUPPORT_URL[];
+extern const std::string SUPPORT_URL;
// Linden Blogs page
-extern const char BLOGS_URL[];
+extern const std::string BLOGS_URL;
// Currency page
-extern const char BUY_CURRENCY_URL[];
+extern const std::string BUY_CURRENCY_URL;
// LSL script wiki
-extern const char LSL_DOC_URL[];
+extern const std::string LSL_DOC_URL;
// SL KnowledgeBase page
-extern const char SL_KB_URL[];
+extern const std::string SL_KB_URL;
// Local Url Release Notes
-extern const char RELEASE_NOTES[];
+extern const std::string RELEASE_NOTES;
#endif