Skip to content

Commit 55accfb

Browse files
committed
SL-18721 Shutdown fixes #3
Fix dialog box being blank in task bar
1 parent dd09848 commit 55accfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

indra/llwindow/llwindowwin32.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3657,6 +3657,8 @@ void LLSplashScreenWin32::showImpl()
36573657
NULL, // no parent
36583658
(DLGPROC) LLSplashScreenWin32::windowProc);
36593659
ShowWindow(mWindow, SW_SHOW);
3660+
3661+
SetWindowTextA(mWindow, "Second Life");
36603662
}
36613663

36623664

0 commit comments

Comments
 (0)