aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/win_updater
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/win_updater')
-rw-r--r--linden/indra/win_updater/updater.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/win_updater/updater.cpp b/linden/indra/win_updater/updater.cpp
index c6fa3c8..481ef34 100644
--- a/linden/indra/win_updater/updater.cpp
+++ b/linden/indra/win_updater/updater.cpp
@@ -456,11 +456,11 @@ WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nSho
456 if (gTotalBytesRead < (1024 * 1024) && ! cancelled) 456 if (gTotalBytesRead < (1024 * 1024) && ! cancelled)
457 { 457 {
458 MessageBox(gWindow, 458 MessageBox(gWindow,
459 L"The Imprudence auto-update has failed.\n" 459 L"The meta-impy auto-update has failed.\n"
460 L"The problem may be caused by other software installed \n" 460 L"The problem may be caused by other software installed \n"
461 L"on your computer, such as a firewall.\n" 461 L"on your computer, such as a firewall.\n"
462 L"Please visit http://imprudenceviewer.org/download/ \n" 462 L"Please visit http://imprudenceviewer.org/download/ \n"
463 L"to download the latest version of Imprudence.\n", 463 L"to download the latest version of meta-impy.\n",
464 NULL, MB_OK); 464 NULL, MB_OK);
465 return 1; 465 return 1;
466 } 466 }
@@ -474,7 +474,7 @@ WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nSho
474 if (!success) 474 if (!success)
475 { 475 {
476 MessageBox(gWindow, 476 MessageBox(gWindow,
477 L"Imprudence download failed.\n" 477 L"meta-impy download failed.\n"
478 L"Please try again later.", 478 L"Please try again later.",
479 NULL, MB_OK); 479 NULL, MB_OK);
480 return 1; 480 return 1;
@@ -484,7 +484,7 @@ WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nSho
484 //char params[256]; /* Flawfinder: ignore */ 484 //char params[256]; /* Flawfinder: ignore */
485 //sprintf(params, "/S"); /* Flawfinder: ignore */ 485 //sprintf(params, "/S"); /* Flawfinder: ignore */
486 //MessageBox(gWindow, 486 //MessageBox(gWindow,
487 // L"Updating Second Life.\n\nSecond Life will automatically start once the update is complete. This may take a minute...", 487 // L"Updating grid viewer.\n\n The grid viewer will automatically start once the update is complete. This may take a minute...",
488 // L"Download Complete", 488 // L"Download Complete",
489 // MB_OK); 489 // MB_OK);
490 490