Browse Source

Fix InfoAfterFile.

Martijn Laan 6 years ago
parent
commit
cc5f625969
2 changed files with 2 additions and 1 deletions
  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 PreparingPage: TNewNotebookPage read FPreparingPage;
     property InstallingPage: TNewNotebookPage read FInstallingPage;
-    property InfoAfterPage: TNewNotebookPage read FInfoBeforePage;
+    property InfoAfterPage: TNewNotebookPage read FInfoAfterPage;
     property DiskSpaceLabel: TNewStaticText read FDiskSpaceLabel;
     property DirEdit: TEdit read FDirEdit;
     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>
 <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:
   <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>