diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-02-10 17:38:17 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-02-10 17:39:45 -0800 |
commit | da2283a369df70124b3eea0989e951f06ab39a57 (patch) | |
tree | 77384a303e63b1cae66e22f8784e9c19eb96d9fa | |
parent | ad30f612a0686d3e40bafcebffa633ed97bd1f38 (diff) | |
download | gtk-demos-kaz.tar.gz gtk-demos-kaz.tar.bz2 gtk-demos-kaz.zip |
Remove references to "demostuff" from code comments.kaz
-rwxr-xr-x | demo1.tl | 2 | ||||
-rwxr-xr-x | demo2.tl | 2 | ||||
-rwxr-xr-x | demo3.tl | 2 | ||||
-rwxr-xr-x | demo4.tl | 2 | ||||
-rwxr-xr-x | demo5.tl | 2 | ||||
-rwxr-xr-x | demo6.tl | 2 | ||||
-rwxr-xr-x | demo7.tl | 2 | ||||
-rwxr-xr-x | demo8.tl | 2 | ||||
-rwxr-xr-x | demo9.tl | 2 | ||||
-rwxr-xr-x | menu.tl | 2 |
10 files changed, 10 insertions, 10 deletions
@@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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 |