changeset 536:15e447d6a2a6

Fix to conform to th-libs changes.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 20 Sep 2012 00:01:18 +0300
parents 379e361f1144
children 1014822abaf1
files main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main.c	Tue Aug 14 02:17:03 2012 +0300
+++ b/main.c	Thu Sep 20 00:01:18 2012 +0300
@@ -1675,7 +1675,7 @@
 
     if (cursesInit)
     {
-        printMsg(NULL, "%s v%s - %s\n", th_prog_name, th_prog_version, th_prog_fullname);
+        printMsg(NULL, "%s v%s - %s\n", th_prog_name, th_prog_version, th_prog_desc);
         printMsg(NULL, "%s\n", th_prog_author);
         printMsg(NULL, "%s\n", th_prog_license);