From 7d0cdc53f71fe3f02a8bf1165ba2b5f3102045e9 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Wed, 15 Dec 2021 05:00:25 +0200 Subject: [PATCH] Fixed update question message when UAC is disabled --- ExplorerPatcher/updates.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExplorerPatcher/updates.c b/ExplorerPatcher/updates.c index 32643ed..4b1589b 100644 --- a/ExplorerPatcher/updates.c +++ b/ExplorerPatcher/updates.c @@ -353,7 +353,7 @@ BOOL IsUpdateAvailableHelper( ); 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( FindWindowW(L"ExplorerPatcher_GUI_" _T(EP_CLSID), NULL), wszMsg,