X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/55212af123daea1d86d31da21cc1bee77651fb81..a5d4a9d10a613b1ffd97d05da5460d743442f6cc:/examples/testgtk.lisp diff --git a/examples/testgtk.lisp b/examples/testgtk.lisp index 5e81bb8..358b444 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))))