changeset 4:b9d792e88ab5

Creator info changed.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 20 Mar 2008 01:07:00 +0000
parents 07095e801713
children d83c544c8077
files nnchat.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nnchat.c	Thu Mar 20 01:06:04 2008 +0000
+++ b/nnchat.c	Thu Mar 20 01:07:00 2008 +0000
@@ -619,7 +619,9 @@
 	BOOL exitProg = FALSE;
 
 	/* Initialize */
-	th_init("NNChat", "Newbie Nudes chat client", "0.2", NULL, NULL);
+	th_init("NNChat", "Newbie Nudes chat client", "0.3",
+		"Written and designed by MrGrg",
+		"This software is freeware, do as you wish.");
 	th_verbosityLevel = 0;
 	
 	/* Parse arguments */