[clim-desktop-cvs] CVS clim-desktop
thenriksen
thenriksen at common-lisp.net
Thu Jul 20 20:15:47 UTC 2006
Update of /project/clim-desktop/cvsroot/clim-desktop
In directory clnet:/tmp/cvs-serv1764
Modified Files:
clim-launcher.lisp
Log Message:
Use climacs:climacs instead of climacs-gui:climacs.
--- /project/clim-desktop/cvsroot/clim-desktop/clim-launcher.lisp 2006/07/10 22:14:19 1.4
+++ /project/clim-desktop/cvsroot/clim-desktop/clim-launcher.lisp 2006/07/20 20:15:47 1.5
@@ -68,7 +68,7 @@
(object) (list object))
(add-app "Listener" (lambda () (clim-listener:run-listener)))
-(add-app "Climacs" (lambda () (climacs-gui::climacs)))
+(add-app "Climacs" (lambda () (climacs:climacs)))
(add-app "Climacs (RV)" (lambda () (climacs-gui::climacs-rv)))
(defun start ()
More information about the Clim-desktop-cvs
mailing list