From: Brian S. <xue...@us...> - 2006-01-11 14:48:29
|
Update of /cvsroot/popfile/windows/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17633/test Modified Files: pfidiag.nsi Log Message: Update the link to the NSIS wiki for the ShellLink plugin. Index: pfidiag.nsi =================================================================== RCS file: /cvsroot/popfile/windows/test/pfidiag.nsi,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** pfidiag.nsi 21 Dec 2005 20:50:48 -0000 1.16 --- pfidiag.nsi 11 Jan 2006 14:48:21 -0000 1.17 *************** *** 5,9 **** # by the Windows installer for POPFile v0.21.0 (or later). # ! # Copyright (c) 2004-2005 John Graham-Cumming # # This file is part of POPFile --- 5,9 ---- # by the Windows installer for POPFile v0.21.0 (or later). # ! # Copyright (c) 2004-2006 John Graham-Cumming # # This file is part of POPFile *************** *** 53,57 **** ; ; The 'NSIS Wiki' page for the 'ShellLink' plugin (description, example and download links): ! ; http://nsis.sourceforge.net/wiki/ShellLink_plugin ; ; To compile this script, copy the 'ShellLink.dll' file to the standard NSIS plugins folder --- 53,57 ---- ; ; The 'NSIS Wiki' page for the 'ShellLink' plugin (description, example and download links): ! ; http://nsis.sourceforge.net/ShellLink_plugin ; ; To compile this script, copy the 'ShellLink.dll' file to the standard NSIS plugins folder *************** *** 104,108 **** ;-------------------------------------------------------------------------- ! !define C_VERSION "0.0.58" !define C_OUTFILE "pfidiag.exe" --- 104,108 ---- ;-------------------------------------------------------------------------- ! !define C_VERSION "0.0.59" !define C_OUTFILE "pfidiag.exe" |