comparison main.c @ 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 ffacb78d9b9f
comparison
equal deleted inserted replaced
535:379e361f1144 536:15e447d6a2a6
1673 if (!optDaemon && !nnwin_init(SET_DELAY)) 1673 if (!optDaemon && !nnwin_init(SET_DELAY))
1674 goto err_exit; 1674 goto err_exit;
1675 1675
1676 if (cursesInit) 1676 if (cursesInit)
1677 { 1677 {
1678 printMsg(NULL, "%s v%s - %s\n", th_prog_name, th_prog_version, th_prog_fullname); 1678 printMsg(NULL, "%s v%s - %s\n", th_prog_name, th_prog_version, th_prog_desc);
1679 printMsg(NULL, "%s\n", th_prog_author); 1679 printMsg(NULL, "%s\n", th_prog_author);
1680 printMsg(NULL, "%s\n", th_prog_license); 1680 printMsg(NULL, "%s\n", th_prog_license);
1681 1681
1682 nnwin_update(TRUE, FALSE, NULL, optUserName, optUserColor); 1682 nnwin_update(TRUE, FALSE, NULL, optUserName, optUserColor);
1683 1683