diff options
author | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
commit | 117e22047c5752352342d64e3fb7ce00a4eb8113 (patch) | |
tree | e32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/win_crash_logger | |
parent | Second Life viewer sources 1.18.0.6 (diff) | |
download | meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.zip meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.gz meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.bz2 meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.xz |
Second Life viewer sources 1.18.1.2
Diffstat (limited to 'linden/indra/win_crash_logger')
-rw-r--r-- | linden/indra/win_crash_logger/resource.h | 28 | ||||
-rw-r--r-- | linden/indra/win_crash_logger/win_crash_logger.rc | 10 |
2 files changed, 3 insertions, 35 deletions
diff --git a/linden/indra/win_crash_logger/resource.h b/linden/indra/win_crash_logger/resource.h index fb7ae29..ee6bf3d 100644 --- a/linden/indra/win_crash_logger/resource.h +++ b/linden/indra/win_crash_logger/resource.h | |||
@@ -1,31 +1,3 @@ | |||
1 | /** | ||
2 | * @file resource.h | ||
3 | * @brief Resources for windows crash logger | ||
4 | * | ||
5 | * Copyright (c) 2003-2007, Linden Research, Inc. | ||
6 | * | ||
7 | * Second Life Viewer Source Code | ||
8 | * The source code in this file ("Source Code") is provided by Linden Lab | ||
9 | * to you under the terms of the GNU General Public License, version 2.0 | ||
10 | * ("GPL"), unless you have obtained a separate licensing agreement | ||
11 | * ("Other License"), formally executed by you and Linden Lab. Terms of | ||
12 | * the GPL can be found in doc/GPL-license.txt in this distribution, or | ||
13 | * online at http://secondlife.com/developers/opensource/gplv2 | ||
14 | * | ||
15 | * There are special exceptions to the terms and conditions of the GPL as | ||
16 | * it is applied to this Source Code. View the full text of the exception | ||
17 | * in the file doc/FLOSS-exception.txt in this software distribution, or | ||
18 | * online at http://secondlife.com/developers/opensource/flossexception | ||
19 | * | ||
20 | * By copying, modifying or distributing this software, you acknowledge | ||
21 | * that you have read and understood your obligations described above, | ||
22 | * and agree to abide by those obligations. | ||
23 | * | ||
24 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO | ||
25 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, | ||
26 | * COMPLETENESS OR PERFORMANCE. | ||
27 | */ | ||
28 | |||
29 | //{{NO_DEPENDENCIES}} | 1 | //{{NO_DEPENDENCIES}} |
30 | // Microsoft Visual C++ generated include file. | 2 | // Microsoft Visual C++ generated include file. |
31 | // Used by win_crash_logger.rc | 3 | // Used by win_crash_logger.rc |
diff --git a/linden/indra/win_crash_logger/win_crash_logger.rc b/linden/indra/win_crash_logger/win_crash_logger.rc index f4c7eaa..2c46859 100644 --- a/linden/indra/win_crash_logger/win_crash_logger.rc +++ b/linden/indra/win_crash_logger/win_crash_logger.rc | |||
@@ -81,14 +81,10 @@ BEGIN | |||
81 | BS_AUTOCHECKBOX | WS_TABSTOP,4,106,89,13 | 81 | BS_AUTOCHECKBOX | WS_TABSTOP,4,106,89,13 |
82 | LTEXT "Sending crash reports is the best way to help us improve the quality of %s.", | 82 | LTEXT "Sending crash reports is the best way to help us improve the quality of %s.", |
83 | IDC_STATIC_MOTIVATION,4,38,288,8 | 83 | IDC_STATIC_MOTIVATION,4,38,288,8 |
84 | LTEXT "If you continue to experience this problem, please try one of the following:", | 84 | LTEXT "If you continue to experience this problem, please try:", |
85 | IDC_STATIC,4,57,251,8 | 85 | IDC_STATIC,4,57,251,8 |
86 | LTEXT "- Contact support by email at support@lindenlab.com", | 86 | LTEXT "- Contacting support by visiting http://www.secondlife.com/support", |
87 | IDC_STATIC,4,67,179,8 | 87 | IDC_STATIC,4,67,231,8 |
88 | LTEXT "- If you can log-in, please contact Live Help by using menu Help > Live Help.", | ||
89 | IDC_STATIC,4,87,249,8 | ||
90 | LTEXT "- Search the Second Life Knowledge Base at http://secondlife.com/knowledgebase/", | ||
91 | IDC_STATIC,4,77,281,8,SS_NOTIFY | ||
92 | END | 88 | END |
93 | 89 | ||
94 | IDD_PREVREPORTBOX DIALOG 100, 100, 232, 213 | 90 | IDD_PREVREPORTBOX DIALOG 100, 100, 232, 213 |