Skip to content

Commit 265fb79

Browse files
committed
Enforce inclusion of directory and program group pages
1 parent 57ab987 commit 265fb79

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2016-07-26 Bastian Maerkisch <[email protected]>
2+
3+
* win/gnuplot.iss: Enforce inclusion of directory and program group
4+
pages since the default changed in Inno setup version 5.5.7.
5+
Bug #1831
6+
17
2016-07-25 Bastian Maerkisch <[email protected]>
28

39
* src/win/wgraph.c src/win/wmenu.c: Use the "large" icon set for the
@@ -20,6 +26,7 @@
2026
(system) DPI aware so that Windows no longer scales automatically
2127
(at least in the most common case). Window sizes in wgnuplot.ini are
2228
(still) interpreted to be given in the default resolution of 96dpi.
29+
See also bug #1807.
2330

2431
* src/win/wtext.c (DoLine): Fix off-by-one error which caused the
2532
area below the last line to contain garbage in some cases.

win/gnuplot.iss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;
2-
; $Id: gnuplot.iss,v 1.13 2016/04/11 03:16:32 sfeam Exp $
2+
; $Id: gnuplot.iss,v 1.14 2016/04/21 23:48:12 sfeam Exp $
33
;
44
; GNUPLOT - gnuplot.iss
55
;
@@ -90,6 +90,8 @@ AlwaysShowDirOnReadyPage=true
9090
ChangesAssociations=true
9191
ArchitecturesAllowed=
9292
ArchitecturesInstallIn64BitMode=
93+
DisableDirPage=no
94+
DisableProgramGroupPage=no
9395

9496
[Languages]
9597
Name: "en"; MessagesFile: "compiler:Default.isl"

0 commit comments

Comments
 (0)