Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18808
Modified Files:
Tag: b0_22_2
installer-SecPOPFile-body.nsh
Log Message:
When the default skin was changed to 'simplyblue' I should have
_added_ two lines instead of _replacing_ two lines (oops!)
Index: installer-SecPOPFile-body.nsh
===================================================================
RCS file: /cvsroot/popfile/windows/installer-SecPOPFile-body.nsh,v
retrieving revision 1.3.2.16
retrieving revision 1.3.2.17
diff -C2 -d -r1.3.2.16 -r1.3.2.17
*** installer-SecPOPFile-body.nsh 4 Dec 2007 20:54:45 -0000 1.3.2.16
--- installer-SecPOPFile-body.nsh 5 Dec 2007 12:38:50 -0000 1.3.2.17
***************
*** 311,314 ****
--- 311,316 ----
; Note: Although there is a skin called "default" POPFile 1.0.0 defaults to "simplyblue"
+ SetOutPath "$G_ROOTDIR\skins\default"
+ File "..\engine\skins\default\*.*"
SetOutPath "$G_ROOTDIR\skins\simplyblue"
File "..\engine\skins\simplyblue\*.*"
|