1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-02-21 12:50:08 +01:00

Fixed update question message when UAC is disabled

This commit is contained in:
Valentin Radu 2021-12-15 05:00:25 +02:00
parent e868031eb0
commit 7d0cdc53f7

View File

@ -353,7 +353,7 @@ BOOL IsUpdateAvailableHelper(
); );
WCHAR wszMsg[500]; WCHAR wszMsg[500];
swprintf_s(wszMsg, 500, L"Would you like to install an update for " _T(PRODUCT_NAME) L"?\n\nDownloaded from: \"%s\".\n", wszURL2); swprintf_s(wszMsg, 500, L"Would you like to install an update for " _T(PRODUCT_NAME) L"?\n\nDownloaded from:\n%s", wszURL2);
if (MessageBoxW( if (MessageBoxW(
FindWindowW(L"ExplorerPatcher_GUI_" _T(EP_CLSID), NULL), FindWindowW(L"ExplorerPatcher_GUI_" _T(EP_CLSID), NULL),
wszMsg, wszMsg,