diff nnchat.c @ 4:b9d792e88ab5

Creator info changed.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 20 Mar 2008 01:07:00 +0000
parents 351e96e01f4c
children 526ba3b578d7
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 */