From ee7c3ea792d889b8e852bfa07395848f0d893ebb Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Sat, 27 Jan 2024 02:10:46 +0200 Subject: SL-18721 Shutdown fixes #3 Fix dialog box being blank in task bar --- indra/llwindow/llwindowwin32.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/llwindow') diff --git a/indra/llwindow/llwindowwin32.cpp b/indra/llwindow/llwindowwin32.cpp index 0c1ed85477..4b72ade469 100644 --- a/indra/llwindow/llwindowwin32.cpp +++ b/indra/llwindow/llwindowwin32.cpp @@ -3657,6 +3657,9 @@ void LLSplashScreenWin32::showImpl() NULL, // no parent (DLGPROC) LLSplashScreenWin32::windowProc); ShowWindow(mWindow, SW_SHOW); + + // Should set taskbar text without creating a header for the window (caption) + SetWindowTextA(mWindow, "Second Life"); } -- cgit v1.2.3