[mcclim-cvs] CVS mcclim/Doc/Guided-Tour

rgoldman rgoldman at common-lisp.net
Sun Mar 19 15:34:25 UTC 2006


Update of /project/mcclim/cvsroot/mcclim/Doc/Guided-Tour
In directory clnet:/tmp/cvs-serv22609

Modified Files:
	simple-draw.lisp 
Log Message:
define-application-frame was misspelled.

--- /project/mcclim/cvsroot/mcclim/Doc/Guided-Tour/simple-draw.lisp	2006/01/30 16:14:01	1.1
+++ /project/mcclim/cvsroot/mcclim/Doc/Guided-Tour/simple-draw.lisp	2006/03/19 15:34:24	1.2
@@ -1,4 +1,4 @@
-(define-application-frarae hello-frame () ()
+(define-application-frame hello-frame () ()
   (:pane (make-instance 'hello-data-pane
 			:hs 200 :hs+ +fill+ :vs 200 :vs+ +fill+))
   (:settings :title "Hello from Lisp"))




More information about the Mcclim-cvs mailing list