From: <kr_...@us...> - 2003-07-01 21:01:02
|
Update of /cvsroot/htoolkit/gio/src/examples/worm In directory sc8-pr-cvs1:/tmp/cvs-serv24266 Modified Files: Main.hs Log Message: Fix comment for AboutDialog Index: Main.hs =================================================================== RCS file: /cvsroot/htoolkit/gio/src/examples/worm/Main.hs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Main.hs 21 Jun 2003 10:04:29 -0000 1.4 --- Main.hs 1 Jul 2003 20:22:01 -0000 1.5 *************** *** 111,116 **** runAboutDialog "Worm" "1.0" "(C) Krasimir Angelov, 2003" ! "The Worm is an example program ! freely distributed with HToolkit" [] [] [] logo Nothing --- 111,115 ---- runAboutDialog "Worm" "1.0" "(C) Krasimir Angelov, 2003" ! "The Worm is an example program\nfreely distributed with HToolkit" [] [] [] logo Nothing |