Revision: 1865 http://geany.svn.sourceforge.net/geany/?rev=1865&view=rev Author: eht16 Date: 2007-09-09 11:59:22 -0700 (Sun, 09 Sep 2007)
Log Message: ----------- Install symbol list icons with the installer. Use Geany's icon for the installer.
Modified Paths: -------------- trunk/ChangeLog trunk/geany.nsi
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2007-09-09 16:43:54 UTC (rev 1864) +++ trunk/ChangeLog 2007-09-09 18:59:22 UTC (rev 1865) @@ -3,6 +3,9 @@ * src/build.c, src/callbacks.c: Change quotes in some error messages to be more consistent (thanks Frank). * doc/geany.txt: Add notice about code navigation history. + * src/geany.nsi: + Install symbol list icons with the installer. + Use Geany's icon for the installer.
2007-09-07 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
Modified: trunk/geany.nsi =================================================================== --- trunk/geany.nsi 2007-09-09 16:43:54 UTC (rev 1864) +++ trunk/geany.nsi 2007-09-09 18:59:22 UTC (rev 1865) @@ -78,8 +78,8 @@ !include "MUI.nsh"
!define MUI_ABORTWARNING -#!define MUI_ICON "pixmaps\geany.ico" -#!define MUI_UNICON "pixmaps\win-uninstall.ico" +!define MUI_ICON "pixmaps\geany.ico" +!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall-full.ico"
; Welcome page !insertmacro MUI_PAGE_WELCOME @@ -130,6 +130,9 @@ File "${RESOURCEDIR}\data\GPL-2" File "${RESOURCEDIR}\data\file*"
+ SetOutPath "$INSTDIR\share" + File /r "${RESOURCEDIR}\share*" + SetOutPath "$INSTDIR" !insertmacro MUI_STARTMENU_WRITE_BEGIN Application CreateDirectory "$SMPROGRAMS$ICONS_GROUP"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.