diff options
author | David Seikel | 2011-02-13 14:38:54 +1000 |
---|---|---|
committer | David Seikel | 2011-02-13 14:38:54 +1000 |
commit | 325f9c40159793b4d25a19d88dd7e2d205fff3b8 (patch) | |
tree | 9aa7136d004b9a81bf423e87f349e48380eb45e7 /linden/indra/win_crash_logger/llcrashloggerwindows.cpp | |
parent | UNBRANDING! Conservativley remove references to "second life", replacing the... (diff) | |
download | meta-impy-325f9c40159793b4d25a19d88dd7e2d205fff3b8.zip meta-impy-325f9c40159793b4d25a19d88dd7e2d205fff3b8.tar.gz meta-impy-325f9c40159793b4d25a19d88dd7e2d205fff3b8.tar.bz2 meta-impy-325f9c40159793b4d25a19d88dd7e2d205fff3b8.tar.xz |
Changing some "Second Life" references to "meta-impy".
Diffstat (limited to 'linden/indra/win_crash_logger/llcrashloggerwindows.cpp')
-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; |