aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon
diff options
context:
space:
mode:
authorArmin Weatherwax2010-03-27 18:55:36 +0100
committerArmin Weatherwax2010-04-12 17:13:03 +0200
commitca315cbe559b459de7e9554d79e27f0b738fbd8a (patch)
treee7700f4b9ad6711b2893b5a4973d146cf905ed6a /linden/indra/llcommon
parentfix show correct register account and lost password web page (diff)
downloadmeta-impy-ca315cbe559b459de7e9554d79e27f0b738fbd8a.zip
meta-impy-ca315cbe559b459de7e9554d79e27f0b738fbd8a.tar.gz
meta-impy-ca315cbe559b459de7e9554d79e27f0b738fbd8a.tar.bz2
meta-impy-ca315cbe559b459de7e9554d79e27f0b738fbd8a.tar.xz
fix bring help-f1 page under control of hippogridmanager
Diffstat (limited to 'linden/indra/llcommon')
-rw-r--r--linden/indra/llcommon/llsecondlifeurls.cpp45
-rw-r--r--linden/indra/llcommon/llsecondlifeurls.h34
2 files changed, 3 insertions, 76 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
36const std::string CREATE_ACCOUNT_URL (
37 "http://secondlife.com/registration/");
38
39const std::string MANAGE_ACCOUNT (
40 "http://secondlife.com/account/");
41
42const std::string AUCTION_URL ( 36const std::string AUCTION_URL (
43 "http://secondlife.com/auctions/auction-detail.php?id="); 37 "http://secondlife.com/auctions/auction-detail.php?id=");
44 38
45const std::string EVENTS_URL ( 39const std::string EVENTS_URL (
46 "http://secondlife.com/events/"); 40 "http://secondlife.com/events/");
47 41
48const std::string TIER_UP_URL (
49 "http://secondlife.com/app/landtier");
50
51const std::string LAND_URL (
52 "http://secondlife.com/app/landtier");
53
54const std::string UPGRADE_TO_PREMIUM_URL (
55 "http://secondlife.com/app/upgrade/");
56
57const std::string DIRECTX_9_URL (
58 "http://secondlife.com/support/");
59
60const std::string AMD_AGP_URL (
61 "http://secondlife.com/support/");
62
63const std::string VIA_URL (
64 "http://secondlife.com/support/");
65
66const std::string SUPPORT_URL (
67 "http://secondlife.com/support/");
68
69const std::string INTEL_CHIPSET_URL (
70 "http://secondlife.com/support/");
71
72const std::string SIS_CHIPSET_URL (
73 "http://secondlife.com/support/");
74
75const std::string BLOGS_URL (
76 "http://blog.secondlife.com/");
77
78const std::string BUY_CURRENCY_URL ( 42const std::string BUY_CURRENCY_URL (
79 "http://secondlife.com/app/currency/"); 43 "http://secondlife.com/app/currency/");
80 44
81const std::string LSL_DOC_URL (
82 "http://secondlife.com/app/lsldoc/");
83
84const std::string SL_KB_URL (
85 "http://secondlife.com/knowledgebase/");
86 45
87const std::string RELEASE_NOTES_BASE_URL ( 46const 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
diff --git a/linden/indra/llcommon/llsecondlifeurls.h b/linden/indra/llcommon/llsecondlifeurls.h
index 9fd75c3..9c64b57 100644
--- a/linden/indra/llcommon/llsecondlifeurls.h
+++ b/linden/indra/llcommon/llsecondlifeurls.h
@@ -4,7 +4,7 @@
4 * 4 *
5 * $LicenseInfo:firstyear=2004&license=viewergpl$ 5 * $LicenseInfo:firstyear=2004&license=viewergpl$
6 * 6 *
7 * Copyright (c) 2004-2009, Linden Research, Inc. 7 * Copyright (c) 2004-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,46 +33,14 @@
33#ifndef LL_LLSECONDLIFEURLS_H 33#ifndef LL_LLSECONDLIFEURLS_H
34#define LL_LLSECONDLIFEURLS_H 34#define LL_LLSECONDLIFEURLS_H
35 35
36// Account registration web page
37extern const std::string CREATE_ACCOUNT_URL;
38
39// Manage Account
40extern const std::string MANAGE_ACCOUNT;
41 36
42extern const std::string AUCTION_URL; 37extern const std::string AUCTION_URL;
43 38
44extern const std::string EVENTS_URL; 39extern const std::string EVENTS_URL;
45 40
46// Tier up to a new land level.
47extern const std::string TIER_UP_URL;
48
49// Tier up to a new land level.
50extern const std::string LAND_URL;
51
52// Upgrade from basic membership to premium membership
53extern const std::string UPGRADE_TO_PREMIUM_URL;
54
55// How to get DirectX 9
56extern const std::string DIRECTX_9_URL;
57
58// Out of date VIA chipset
59extern const std::string VIA_URL;
60
61// Support URL
62extern const std::string SUPPORT_URL;
63
64// Linden Blogs page
65extern const std::string BLOGS_URL;
66
67// Currency page 41// Currency page
68extern const std::string BUY_CURRENCY_URL; 42extern const std::string BUY_CURRENCY_URL;
69 43
70// LSL script wiki
71extern const std::string LSL_DOC_URL;
72
73// SL KnowledgeBase page
74extern const std::string SL_KB_URL;
75
76// Release Notes Redirect URL for Server and Viewer 44// Release Notes Redirect URL for Server and Viewer
77extern const std::string RELEASE_NOTES_BASE_URL; 45extern const std::string RELEASE_NOTES_BASE_URL;
78 46