From: espen Date: Mon, 25 Apr 2005 18:13:32 +0000 (+0000) Subject: Cosmetic change X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/ac776134ded8cae7be1b80aaad8b63eff2f456d4?hp=eacab64f20d7d986eaa76df1ee47bee2a5e273eb Cosmetic change --- diff --git a/examples/testgtk.lisp b/examples/testgtk.lisp index 72e6a39..970f311 100644 --- a/examples/testgtk.lisp +++ b/examples/testgtk.lisp @@ -26,7 +26,7 @@ ;; Kimball, Josh MacDonald and others. -;; $Id: testgtk.lisp,v 1.30 2005-04-23 16:48:49 espen Exp $ +;; $Id: testgtk.lisp,v 1.31 2005-04-25 18:13:32 espen Exp $ #+sbcl(require :gtk) #+cmucl(asdf:oos 'asdf:load-op :gtk) @@ -1852,7 +1852,7 @@ This one is underlined ( (ui-manager-get-widget ui "/ToolBar") :expand nil :fill nil) :child (make-instance 'label - :label "Type to start" + :label "Type Ctrl+Q to quit" :xalign 0.5 :yalign 0.5 :width-request 200 :height-request 200))))