X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/9ba1aab1e5ad3f9758d8bdbfdaaae3c43152716c..8741fc3a02449de054b15589904bcfc2c30b6217:/examples/testgtk.lisp?ds=inline diff --git a/examples/testgtk.lisp b/examples/testgtk.lisp index 6a5b116..352d723 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")