diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/win_crash_logger/llcrashloggerwindows.cpp | 2 |
1 files changed, 1 insertions, 1 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; |