Added decimal points to numbers
authorespen <espen>
Thu, 11 Jan 2007 10:05:59 +0000 (10:05 +0000)
committerespen <espen>
Thu, 11 Jan 2007 10:05:59 +0000 (10:05 +0000)
examples/testgtk.lisp

index 6a5b116..352d723 100644 (file)
 ;; 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")