From da2283a369df70124b3eea0989e951f06ab39a57 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 10 Feb 2019 17:38:17 -0800 Subject: Remove references to "demostuff" from code comments. --- demo1.tl | 2 +- demo2.tl | 2 +- demo3.tl | 2 +- demo4.tl | 2 +- demo5.tl | 2 +- demo6.tl | 2 +- demo7.tl | 2 +- demo8.tl | 2 +- demo9.tl | 2 +- menu.tl | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/demo1.tl b/demo1.tl index 3a5647d..bd124ad 100755 --- a/demo1.tl +++ b/demo1.tl @@ -1,4 +1,4 @@ -; Refer to the demostuff file for definitions and descriptions. +; Refer to the gtkffi.tl file for definitions and descriptions. (defun demo1 () (window demo1 demos "Four Button Demo" 300 150) diff --git a/demo2.tl b/demo2.tl index f45baa6..e982c05 100755 --- a/demo2.tl +++ b/demo2.tl @@ -1,4 +1,4 @@ -; Refer to the demostuff file for definitions and descriptions. +; Refer to the gtkffi.tl file for definitions and descriptions. (defun demo2 () (window demo2 demos "Numerals Demo" 250 250) diff --git a/demo3.tl b/demo3.tl index 8aa89d8..4465722 100755 --- a/demo3.tl +++ b/demo3.tl @@ -1,4 +1,4 @@ -; Refer to the demostuff file for definitions and descriptions. +; Refer to the gtkffi.tl file for definitions and descriptions. (defun demo3 () (window demo3 demos "Dates Demo" 300 200) diff --git a/demo4.tl b/demo4.tl index f969f4c..77b8b20 100755 --- a/demo4.tl +++ b/demo4.tl @@ -1,4 +1,4 @@ -; Refer to the demostuff file for definitions and descriptions. +; Refer to the gtkffi.tl file for definitions and descriptions. (defun demo4 () (window demo4 demos "de minimis" 300 150) diff --git a/demo5.tl b/demo5.tl index bcf4cc2..02efcb3 100755 --- a/demo5.tl +++ b/demo5.tl @@ -1,4 +1,4 @@ -; Refer to the demostuff file for definitions and descriptions. +; Refer to the gtkffi.tl file for definitions and descriptions. (defun demo5 () (window demo5 demos "de minimis" 300 150) diff --git a/demo6.tl b/demo6.tl index 75ba182..8c878d6 100755 --- a/demo6.tl +++ b/demo6.tl @@ -1,4 +1,4 @@ -; Refer to the demostuff file for definitions and descriptions. +; Refer to the gtkffi.tl file for definitions and descriptions. (defun demo6 () (window demo6 demos "de minimis" 300 150) diff --git a/demo7.tl b/demo7.tl index e816770..2af87f0 100755 --- a/demo7.tl +++ b/demo7.tl @@ -1,4 +1,4 @@ -; Refer to the demostuff file for definitions and descriptions. +; Refer to the gtkffi.tl file for definitions and descriptions. (defun demo7 () (window demo7 demos "de minimis" 300 150) diff --git a/demo8.tl b/demo8.tl index 2893d2b..b8389ae 100755 --- a/demo8.tl +++ b/demo8.tl @@ -1,4 +1,4 @@ -; Refer to the demostuff file for definitions and descriptions. +; Refer to the gtkffi.tl file for definitions and descriptions. (defun demo8 () (window demo8 demos "de minimis" 300 150) diff --git a/demo9.tl b/demo9.tl index 228c176..678069a 100755 --- a/demo9.tl +++ b/demo9.tl @@ -1,4 +1,4 @@ -; Refer to the demostuff file for definitions and descriptions. +; Refer to the gtkffi.tl file for definitions and descriptions. (defun demo9 () (window demo9 demos "de minimis" 300 150) diff --git a/menu.tl b/menu.tl index 06df079..bfc6c1c 100755 --- a/menu.tl +++ b/menu.tl @@ -1,4 +1,4 @@ -; Refer to the demostuff file for definitions and descriptions. +; Refer to the gtkffi.tl file for definitions and descriptions. (defun menu () (gapp demos -- cgit v1.2.3