diff options
Diffstat (limited to 'linden/indra/win_crash_logger')
-rw-r--r-- | linden/indra/win_crash_logger/llcrashloggerwindows.cpp | 2 | ||||
-rw-r--r-- | linden/indra/win_crash_logger/win_crash_logger.rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/win_crash_logger/llcrashloggerwindows.cpp b/linden/indra/win_crash_logger/llcrashloggerwindows.cpp index c9e01c8..e15268a 100644 --- a/linden/indra/win_crash_logger/llcrashloggerwindows.cpp +++ b/linden/indra/win_crash_logger/llcrashloggerwindows.cpp | |||
@@ -261,7 +261,7 @@ bool LLCrashLoggerWindows::init(void) | |||
261 | /* | 261 | /* |
262 | mbstowcs( gProductName, mProductName.c_str(), LL_ARRAY_SIZE(gProductName) ); | 262 | mbstowcs( gProductName, mProductName.c_str(), LL_ARRAY_SIZE(gProductName) ); |
263 | gProductName[ LL_ARRY_SIZE(gProductName) - 1 ] = 0; | 263 | gProductName[ LL_ARRY_SIZE(gProductName) - 1 ] = 0; |
264 | swprintf(gProductName, L"Second Life"); | 264 | swprintf(gProductName, L"meta-impy"); |
265 | */ | 265 | */ |
266 | 266 | ||
267 | llinfos << "Loading dialogs" << llendl; | 267 | llinfos << "Loading dialogs" << llendl; |
diff --git a/linden/indra/win_crash_logger/win_crash_logger.rc b/linden/indra/win_crash_logger/win_crash_logger.rc index 2819722..bbefab6 100644 --- a/linden/indra/win_crash_logger/win_crash_logger.rc +++ b/linden/indra/win_crash_logger/win_crash_logger.rc | |||
@@ -96,7 +96,7 @@ BEGIN | |||
96 | LTEXT "logs, all of which are used for debugging purposes only.",IDC_STATIC,4,33,210,8 | 96 | LTEXT "logs, all of which are used for debugging purposes only.",IDC_STATIC,4,33,210,8 |
97 | LTEXT "In the space below, please briefly describe what you were doing",IDC_STATIC,3,48,208,8 | 97 | LTEXT "In the space below, please briefly describe what you were doing",IDC_STATIC,3,48,208,8 |
98 | LTEXT "or trying to do just prior to the crash.",IDC_STATIC,3,56,204,8 | 98 | LTEXT "or trying to do just prior to the crash.",IDC_STATIC,3,56,204,8 |
99 | LTEXT "If you don't wish to send Linden Lab a crash report, press Don't Send.",IDC_STATIC,3,90,223,8 | 99 | LTEXT "If you don't wish to send the grid developers a crash report, press Don't Send.",IDC_STATIC,3,90,223,8 |
100 | LTEXT "This report is NOT read by customer support. If you have billing or",IDC_STATIC,3,68,208,8 | 100 | LTEXT "This report is NOT read by customer support. If you have billing or",IDC_STATIC,3,68,208,8 |
101 | LTEXT "other questions, please go to: www.secondlife.com/support",IDC_STATIC,3,76,206,8 | 101 | LTEXT "other questions, please go to: www.secondlife.com/support",IDC_STATIC,3,76,206,8 |
102 | CONTROL "Remember this choice",IDC_CHECK_AUTO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,3,193,89,13 | 102 | CONTROL "Remember this choice",IDC_CHECK_AUTO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,3,193,89,13 |