# HG changeset patch # User Matti Hamalainen # Date 1205975220 0 # Node ID b9d792e88ab5012496ace013d34d37a9150e6aab # Parent 07095e8017131e03f570e1f34554902e78027dbb Creator info changed. diff -r 07095e801713 -r b9d792e88ab5 nnchat.c --- 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 */