Update of /cvsroot/popfile/windows/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8057/test
Modified Files:
pfidbstatus.nsi
Log Message:
Simplified the two NSIS forum links for the 'GetSize' plugin.
Index: pfidbstatus.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/test/pfidbstatus.nsi,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pfidbstatus.nsi 11 Jan 2006 14:50:12 -0000 1.5
--- pfidbstatus.nsi 19 Jan 2006 11:29:40 -0000 1.6
***************
*** 57,64 ****
;
; 'GetSize' plugin thread in the "NSIS Discussion" forum:
! ; http://forums.winamp.com/showthread.php?s=bbbe5469cecf3cb842d7a7c5ad18e78a&threadid=224452
;
; 'GetSize' plugin download link (from the above forum thread):
! ; http://forums.winamp.com/attachment.php?s=bbbe5469cecf3cb842d7a7c5ad18e78a&postid=1756112
;
; To compile this script, copy the 'getsize.dll' file to the standard NSIS plugins folder
--- 57,64 ----
;
; 'GetSize' plugin thread in the "NSIS Discussion" forum:
! ; http://forums.winamp.com/showthread.php?threadid=224452
;
; 'GetSize' plugin download link (from the above forum thread):
! ; http://forums.winamp.com/attachment.php?postid=1756112
;
; To compile this script, copy the 'getsize.dll' file to the standard NSIS plugins folder
***************
*** 157,161 ****
;--------------------------------------------------------------------------
! !define C_VERSION "0.0.7" ; see 'VIProductVersion' comment below for format details
!define C_OUTFILE "pfidbstatus.exe"
--- 157,161 ----
;--------------------------------------------------------------------------
! !define C_VERSION "0.0.8" ; see 'VIProductVersion' comment below for format details
!define C_OUTFILE "pfidbstatus.exe"
|