Skip to content

Commit cb31e14

Browse files
committedSep 17, 2013
update welcome image for standalone installer (fixes partly #8623)
1 parent 6d01d7e commit cb31e14

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
 
Binary file not shown.
68 Bytes
Binary file not shown.

‎ms-windows/QGIS-Installer.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ FunctionEnd
219219
!define MUI_HEADERIMAGE_BITMAP_NOSTETCH ".\Installer-Files\InstallHeaderImage.bmp"
220220
!define MUI_HEADERIMAGE_UNBITMAP_NOSTRETCH ".\Installer-Files\UnInstallHeaderImage.bmp"
221221
!define MUI_WELCOMEFINISHPAGE_BITMAP ".\Installer-Files\WelcomeFinishPage.bmp"
222-
!define MUI_UNWELCOMEFINISHPAGE_BITMAP ".\Installer-Files\UnWelcomeFinishPage.bmp"
222+
!define MUI_UNWELCOMEFINISHPAGE_BITMAP ".\Installer-Files\WelcomeFinishPage.bmp"
223223

224224
;----------------------------------------------------------------------------------------------------------------------------
225225

0 commit comments

Comments
 (0)
Please sign in to comment.