From 2fd88f77987e7b8945dbbfd182dca67f46872747 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Wed, 18 Nov 2009 22:38:27 -0700 Subject: Removed old unused reference to gProductName in windows updater --- ChangeLog.txt | 5 +++++ linden/indra/win_updater/updater.cpp | 10 ---------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 2de813a..d0473f0 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -66,6 +66,11 @@ 2009-11-18 McCabe Maxsted + * Removed old unused reference to gProductName in windows updater. + + modified: linden/indra/win_updater/updater.cpp + + * Cleaned up a harmless bad merge in llimagej2coj.cpp. modified: linden/indra/llimagej2coj/llimagej2coj.cpp 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 // Parse the command line arguments // int parse_args_result = parse_args(argc, argv); - WCHAR window_title[2048]; - if (gProductName) - { - mbstowcs(window_title, gProductName, 2048); - wcscat(window_title, L" Updater"); /* Flawfinder: ignore */ - } - else - { - mbstowcs(window_title, "Imprudence Updater", 2048); - } WNDCLASSEX wndclassex = { 0 }; DEVMODE dev_mode = { 0 }; -- cgit v1.1