瀏覽代碼

Fix InfoAfterFile.

Martijn Laan 6 年之前
父節點
當前提交
cc5f625969
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      Projects/Wizard.pas
  2. 1 0
      whatsnew.htm

+ 1 - 1
Projects/Wizard.pas

@@ -261,7 +261,7 @@ type
     property ReadyPage: TNewNotebookPage read FReadyPage;
     property ReadyPage: TNewNotebookPage read FReadyPage;
     property PreparingPage: TNewNotebookPage read FPreparingPage;
     property PreparingPage: TNewNotebookPage read FPreparingPage;
     property InstallingPage: TNewNotebookPage read FInstallingPage;
     property InstallingPage: TNewNotebookPage read FInstallingPage;
-    property InfoAfterPage: TNewNotebookPage read FInfoBeforePage;
+    property InfoAfterPage: TNewNotebookPage read FInfoAfterPage;
     property DiskSpaceLabel: TNewStaticText read FDiskSpaceLabel;
     property DiskSpaceLabel: TNewStaticText read FDiskSpaceLabel;
     property DirEdit: TEdit read FDirEdit;
     property DirEdit: TEdit read FDirEdit;
     property GroupEdit: TNewEdit read FGroupEdit;
     property GroupEdit: TNewEdit read FGroupEdit;

+ 1 - 0
whatsnew.htm

@@ -28,6 +28,7 @@ For conditions of distribution and use, see <a href="http://www.jrsoftware.org/f
 
 
 <p><a name="6.0.1"></a><span class="ver">6.0.1-beta </span><span class="date">(?)</span></p>
 <p><a name="6.0.1"></a><span class="ver">6.0.1-beta </span><span class="date">(?)</span></p>
 <ul>
 <ul>
+  <li><i>Fix:</i> In 6.0.0 it was no longer possible to use [Setup] section directive <tt>InfoAfterFile</tt>.</li>
   <li>Pascal Scripting changes:
   <li>Pascal Scripting changes:
   <ul>
   <ul>
     <li><i>Fix:</i> Added <tt>Anchors</tt> properties to all controls created by the <tt>Create...Page</tt> support functions to add full support for <tt>WizardResizable</tt> and <tt>WizardSizePercent</tt>.</li>
     <li><i>Fix:</i> Added <tt>Anchors</tt> properties to all controls created by the <tt>Create...Page</tt> support functions to add full support for <tt>WizardResizable</tt> and <tt>WizardSizePercent</tt>.</li>