# HG changeset patch # User Matti Hamalainen # Date 1348088478 -10800 # Node ID 15e447d6a2a64644f0c404b407c4d8c747de8182 # Parent 379e361f1144e64ec2179c451c5ccb9ae4dacc1a Fix to conform to th-libs changes. diff -r 379e361f1144 -r 15e447d6a2a6 main.c --- 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);