Browse Source

Fixed update question message when UAC is disabled

pull/886/head 22000.376.40.13_7d0cdc5
Valentin Radu 4 years ago
parent
commit
7d0cdc53f7
  1. 2
      ExplorerPatcher/updates.c

2
ExplorerPatcher/updates.c

@ -353,7 +353,7 @@ BOOL IsUpdateAvailableHelper( @@ -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,

Loading…
Cancel
Save