Skip to content

Commit

Permalink
Upstreaming changes from 0.8.x branch revision 6681
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6682 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 23, 2007
1 parent 513fabe commit 2e3571a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions win_build/qgis.nsi
Expand Up @@ -2,8 +2,8 @@

; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "Quantum GIS"
!define PRODUCT_VERSION_NUMBER "0.8.1"
!define PRODUCT_VERSION_NAME "Titan"
!define PRODUCT_VERSION_NUMBER "0.9"
!define PRODUCT_VERSION_NAME "Grumpy"
!define PRODUCT_VERSION "${PRODUCT_VERSION_NUMBER} ${PRODUCT_VERSION_NAME}"
!define PRODUCT_PUBLISHER "qgis.org"
!define PRODUCT_WEB_SITE "http://qgis.org"
Expand All @@ -25,15 +25,15 @@ SetCompressor zlib

; MUI Settings
!define MUI_ABORTWARNING
!define MUI_ICON "C:\dev\cpp\qgis\win_build\qgis64x64.ico"
!define MUI_UNICON "C:\dev\cpp\qgis\win_build\qgis64x64.ico"
!define MUI_ICON "qgis64x64.ico"
!define MUI_UNICON "qgis64x64.ico"
; Added by Tim for side image
!define MUI_WELCOMEFINISHPAGE_BITMAP "C:\dev\cpp\qgis\win_build\sidebar.bmp"
!define MUI_WELCOMEFINISHPAGE_BITMAP "sidebar.bmp"
; Welcome page
!insertmacro MUI_PAGE_WELCOME
; License page
!define MUI_LICENSEPAGE_RADIOBUTTONS
!insertmacro MUI_PAGE_LICENSE "C:\dev\cpp\qgis\LICENSE.txt"
!insertmacro MUI_PAGE_LICENSE "LICENSE.txt"
; Components page
!insertmacro MUI_PAGE_COMPONENTS
; Directory page
Expand Down

0 comments on commit 2e3571a

Please sign in to comment.