View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/
Update of /cvsroot/dqsd/dqsd/src
In directory usw-pr-cvs1:/tmp/cvs-serv19172/src
Modified Files:
search.nsi
Log Message:
Added ability to put searches in a localsearches subdirectory.
Index: search.nsi
===================================================================
RCS file: /cvsroot/dqsd/dqsd/src/search.nsi,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** search.nsi 15 Sep 2002 23:31:03 -0000 1.55
--- search.nsi 24 Sep 2002 22:22:40 -0000 1.56
***************
*** 198,201 ****
--- 198,204 ----
File "..\localprefs.js"
SetOverwrite on
+
+ ; Create subdirectory for user searches
+ CreateDirectory "localsearches"
; old source files used to live here
***************
*** 321,324 ****
--- 324,328 ----
Delete /REBOOTOK $INSTDIR\holidays.us.xml
Delete /REBOOTOK $INSTDIR\loader.js
+ Delete /REBOOTOK $INSTDIR\maximized.htm
Delete /REBOOTOK $INSTDIR\menu.txt
Delete /REBOOTOK $INSTDIR\readme.txt
***************
*** 337,340 ****
--- 341,345 ----
RmDir /r $INSTDIR\src
RmDir /r $INSTDIR\searches
+ RmDir /r $INSTDIR\addons
; Remove preferences too
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/