aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/win_updater/updater.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/linden/indra/win_updater/updater.cpp b/linden/indra/win_updater/updater.cpp
index 9aed612..9d57880 100644
--- a/linden/indra/win_updater/updater.cpp
+++ b/linden/indra/win_updater/updater.cpp
@@ -350,16 +350,6 @@ WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nSho
350 // Parse the command line arguments 350 // Parse the command line arguments
351 // 351 //
352 int parse_args_result = parse_args(argc, argv); 352 int parse_args_result = parse_args(argc, argv);
353 WCHAR window_title[2048];
354 if (gProductName)
355 {
356 mbstowcs(window_title, gProductName, 2048);
357 wcscat(window_title, L" Updater"); /* Flawfinder: ignore */
358 }
359 else
360 {
361 mbstowcs(window_title, "Imprudence Updater", 2048);
362 }
363 353
364 WNDCLASSEX wndclassex = { 0 }; 354 WNDCLASSEX wndclassex = { 0 };
365 DEVMODE dev_mode = { 0 }; 355 DEVMODE dev_mode = { 0 };