From: Brian S. <xue...@us...> - 2006-01-11 14:47:45
|
Update of /cvsroot/popfile/windows/add-ons In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17354/add-ons Modified Files: addssl.nsi Log Message: Update the link to the NSIS wiki for the UnTGZ plugin. Index: addssl.nsi =================================================================== RCS file: /cvsroot/popfile/windows/add-ons/addssl.nsi,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** addssl.nsi 21 Dec 2005 20:35:25 -0000 1.13 --- addssl.nsi 11 Jan 2006 14:47:37 -0000 1.14 *************** *** 24,28 **** # installer download and install the same SSL support files. # ! # Copyright (c) 2004-2005 John Graham-Cumming # # This file is part of POPFile --- 24,28 ---- # installer download and install the same SSL support files. # ! # Copyright (c) 2004-2006 John Graham-Cumming # # This file is part of POPFile *************** *** 70,74 **** ; ; The 'NSIS Wiki' page for the 'untgz' plugin (description, example and download links): ! ; http://nsis.sourceforge.net/wiki/UnTGZ ; ; Alternative download links can be found at the 'untgz' author's site: --- 70,74 ---- ; ; The 'NSIS Wiki' page for the 'untgz' plugin (description, example and download links): ! ; http://nsis.sourceforge.net/UnTGZ_plug-in ; ; Alternative download links can be found at the 'untgz' author's site: *************** *** 181,185 **** Name "POPFile SSL Setup" ! !define C_PFI_VERSION "0.1.3" ; Mention the wizard's version number in the window title --- 181,185 ---- Name "POPFile SSL Setup" ! !define C_PFI_VERSION "0.1.4" ; Mention the wizard's version number in the window title |