sylvain     2003/12/11 10:23:08

  Modified:    .        cocoon.bat
  Log:
  No more maximize the window
  
  Revision  Changes    Path
  1.18      +2 -2      cocoon-2.1/cocoon.bat
  
  Index: cocoon.bat
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/cocoon.bat,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- cocoon.bat        19 Oct 2003 00:47:05 -0000      1.17
  +++ cocoon.bat        11 Dec 2003 18:23:08 -0000      1.18
  @@ -43,7 +43,7 @@
   
   if not "%EXEC%" == "" goto gotExec
   if not "%OS%" == "Windows_NT" goto noExecNT
  -set EXEC=start "Cocoon" /D. /MAX
  +set EXEC=start "Cocoon" /D.
   goto gotExec
   :noExecNT
   set EXEC=
  
  
  

Reply via email to