فهرست منبع

Fix e55f9a05.

Martijn Laan 2 هفته پیش
والد
کامیت
7f5bc3b2ce
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 1
      Projects/Src/Shared.TaskDialogFunc.pas
  2. 1 0
      whatsnew.htm

+ 1 - 1
Projects/Src/Shared.TaskDialogFunc.pas

@@ -180,7 +180,7 @@ begin
   end;
 
   { Allow extra label to replace TDCBF_CANCEL_BUTTON by an IDCANCEL button id }
-  if (TDCommonButtons or TDCBF_CANCEL_BUTTON <> 0) and
+  if (TDCommonButtons and TDCBF_CANCEL_BUTTON <> 0) and
      (NButtonLabelsAvailable-1 = Length(ButtonIDs)) then begin
     TDCommonButtons := TDCommonButtons and not TDCBF_CANCEL_BUTTON;
     SetLength(ButtonIDs, NButtonLabelsAvailable);

+ 1 - 0
whatsnew.htm

@@ -82,6 +82,7 @@ For conditions of distribution and use, see <a href="files/is/license.txt">LICEN
 </ul>
 </li>
 <li>Pascal Scripting: Added new <tt>LogFmt</tt> support function.</li>
+<li>Minor tweaks and fixes.</li>
 </ul>
 
 <p>Using Inno Setup commercially? Please <a href="https://jrsoftware.org/isorder.php">purchase a license</a>.</p>