diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2025-07-26 01:20:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-26 01:20:22 +0300 |
commit | 5291fc252aba354e129ec85076348059cae01f3a (patch) | |
tree | d058d1439b878d190a029cf4c94f7e4ea3d9291e /indra/newview/llappviewerwin32.cpp | |
parent | f80d62e6b202bb49a5b958183508854bae6d868f (diff) |
#4374 update icon for title bar
Diffstat (limited to 'indra/newview/llappviewerwin32.cpp')
-rw-r--r-- | indra/newview/llappviewerwin32.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewerwin32.cpp b/indra/newview/llappviewerwin32.cpp index 6274933586..8477bd3044 100644 --- a/indra/newview/llappviewerwin32.cpp +++ b/indra/newview/llappviewerwin32.cpp @@ -448,6 +448,7 @@ int APIENTRY WINMAIN(HINSTANCE hInstance, // *FIX: global gIconResource = MAKEINTRESOURCE(IDI_LL_ICON); + gIconSmallResource = MAKEINTRESOURCE(IDI_LL_ICON_SMALL); LLAppViewerWin32* viewer_app_ptr = new LLAppViewerWin32(ll_convert_wide_to_string(pCmdLine).c_str()); |