瀏覽代碼

Internet Explorer on Windows XP cannot talk to CDN77, where we host Store Get button

Source commit: f4a15b0131a21d7696a0d5632cb503f70df20203
Martin Prikryl 6 年之前
父節點
當前提交
685c4ccb3a
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      source/windows/Setup.cpp

+ 3 - 1
source/windows/Setup.cpp

@@ -1663,7 +1663,9 @@ bool __fastcall CheckForUpdates(bool CachedResults)
 
     if (New)
     {
-      if (Updates.Results.DownloadUrl.IsEmpty() && IsInstalled())
+      // Internet Explorer on Windows XP cannot talk to CDN77, where we host Store Get button.
+      // As a simple solution, we just do not display the donation panel on Windows XP.
+      if (Updates.Results.DownloadUrl.IsEmpty() && IsInstalled() && IsWinVista())
       {
         DebugAssert(Dialog->OnShow == NULL);
         // InsertDonateLink need to be called only after MessageBrowser is created