parent
dd09848d4b
commit
ee7c3ea792
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue