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

thenriksen thenriksen at common-lisp.net
Sun Nov 5 16:54:10 UTC 2006


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

Modified Files:
	guided-tour.tex 
Log Message:
Change `run-top-level-frame' to `run-frame-top-level' and `color-edit'
to `color-editor'.


--- /project/mcclim/cvsroot/mcclim/Doc/Guided-Tour/guided-tour.tex	2006/03/21 15:00:24	1.4
+++ /project/mcclim/cvsroot/mcclim/Doc/Guided-Tour/guided-tour.tex	2006/11/05 16:54:10	1.5
@@ -980,12 +980,12 @@
 \end{figure*}
 
 We can invoke the color-editor with the regular
-\method{run-top-level-frame}/\method{make-application-frame}
+\method{run-frame-top-level}/\method{make-application-frame}
 combination.  
 \lstset{style=inlinestyle}
 \begin{lstlisting}
-(run-top-level-frame 
-  (make-application-frame 'color-edit))
+(run-frame-top-level 
+  (make-application-frame 'color-editor))
 \end{lstlisting}
 
 




More information about the Mcclim-cvs mailing list