X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/0dd89936e997a929518902e7f1b0f32f85e76990..f1acb82295e1cccbf1fdf30aef094fccdbfcbddf:/examples/testgtk.lisp diff --git a/examples/testgtk.lisp b/examples/testgtk.lisp index dc2a65e..c4482dd 100644 --- a/examples/testgtk.lisp +++ b/examples/testgtk.lisp @@ -26,13 +26,13 @@ ;; Kimball, Josh MacDonald and others. -;; $Id: testgtk.lisp,v 1.37 2006/09/15 07:44:00 espen Exp $ +;; $Id: testgtk.lisp,v 1.38 2007/01/11 10:05:59 espen Exp $ #+sbcl(require :gtk) #+(or cmu clisp)(asdf:oos 'asdf:load-op :gtk) (defpackage "TESTGTK" - (:use "COMMON-LISP" "GTK")) + (:use "COMMON-LISP" "CLG")) (in-package "TESTGTK")