mturk       2004/09/01 11:25:59

  Modified:    .        tomcat.nsi
  Log:
  Another search-replace from 5.0 to 5.5 :)
  
  Revision  Changes    Path
  1.51      +2 -2      jakarta-tomcat-5/tomcat.nsi
  
  Index: tomcat.nsi
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/tomcat.nsi,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- tomcat.nsi        1 Sep 2004 13:03:46 -0000       1.50
  +++ tomcat.nsi        1 Sep 2004 18:25:59 -0000       1.51
  @@ -596,7 +596,7 @@
    you created that you want to keep, click No)" IDNO Removed
       Delete "$INSTDIR\*.*" ; this would be skipped if the user hits no
       RMDir /r "$INSTDIR"
  -    Sleep 5.5
  +    Sleep 500
       IfFileExists "$INSTDIR" 0 Removed 
         MessageBox MB_OK|MB_ICONEXCLAMATION \
                    "Note: $INSTDIR could not be removed."
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to