Update date and comments

This commit is contained in:
David Botton 2024-02-03 22:51:19 -05:00
parent 7859cb8bbc
commit 5142af4da5
2 changed files with 11 additions and 10 deletions

View file

@ -109,7 +109,7 @@
<center>CLOG</center>
<center>The Common Lisp Omnificent GUI</center></div>
<div><p><center>Tutorial 22</center>
<center>(c) 2021 - David Botton</center></p></div>"
<center>(c) 2024 - David Botton</center></p></div>"
:hidden t
:width 200
:height 215)))
@ -129,7 +129,7 @@
(defun on-new-window (body)
(setf (title (html-document body)) "Tutorial 22")
;; For web oriented apps consider using the :client-movement option.
;; See clog-gui-initialize documentation.
;; See clog-gui-window documentation.
(clog-gui-initialize body)
(add-class body "w3-cyan")
(let* ((menu (create-gui-menu-bar body))