Skip to content

Commit 70d1862

Browse files
committed
Installer: mention the version in the window title
It is so much nicer to be reminded which version is about to be installed... Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 4ffcf69 commit 70d1862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer/install.iss.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ Name: {group}\Git CMD; Filename: {app}\git-cmd.exe; Parameters: "--cd-to-home";
9393

9494
[Messages]
9595
BeveledLabel={#APP_URL}
96-
SetupAppTitle={#APP_NAME} Setup
97-
SetupWindowTitle={#APP_NAME} Setup
96+
SetupAppTitle={#APP_NAME} {#APP_VERSION} Setup
97+
SetupWindowTitle={#APP_NAME} {#APP_VERSION} Setup
9898

9999
[Registry]
100100
; There is no "Console" key in HKLM.

0 commit comments

Comments
 (0)