[mcclim-cvs] CVS update: mcclim/Apps/Inspector/INSTALL
Vincent Arkesteijn
varkesteijn at common-lisp.net
Thu Feb 3 18:47:20 UTC 2005
Update of /project/mcclim/cvsroot/mcclim/Apps/Inspector
In directory common-lisp.net:/tmp/cvs-serv1400
Modified Files:
INSTALL
Log Message:
Updated INSTALL file to reflect the change of system and package name. (thanks Paolo Amoroso)
Date: Thu Feb 3 19:47:18 2005
Author: varkesteijn
Index: mcclim/Apps/Inspector/INSTALL
diff -u mcclim/Apps/Inspector/INSTALL:1.1 mcclim/Apps/Inspector/INSTALL:1.2
--- mcclim/Apps/Inspector/INSTALL:1.1 Sat Jan 29 13:10:54 2005
+++ mcclim/Apps/Inspector/INSTALL Thu Feb 3 19:47:18 2005
@@ -1,11 +1,11 @@
1. Start your Lisp system and make sure you have ASDF and McCLIM in
your core file.
-2. (asdf:operate 'asdf:load-op :inspector)
+2. (asdf:operate 'asdf:load-op :clouseau)
3. Try something like:
- (inspector::inspector (clim:make-application-frame 'inspector::inspector :obj 20))
+ (clouseau::inspector (clim:make-application-frame 'clouseau::inspector :obj 20))
in order to inspect the inspector pane.
More information about the Mcclim-cvs
mailing list