Subversion Repositories filter_foundry

Rev

Rev 206 | Rev 213 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 206 Rev 210
Line 58... Line 58...
58
                sprintf(title, "About Filter Foundry");
58
                sprintf(title, "About Filter Foundry");
59
                sprintf(text,  "Filter Foundry " VERSION_STR "\n"
59
                sprintf(text,  "Filter Foundry " VERSION_STR "\n"
60
                               "(C) 2003-2009 Toby Thain, 2018-" RELEASE_YEAR " Daniel Marschall\n"
60
                               "(C) 2003-2009 Toby Thain, 2018-" RELEASE_YEAR " Daniel Marschall\n"
61
                               "\n"
61
                               "\n"
62
                               "Latest version available from\n"
62
                               "Latest version available from\n"
63
                               "\nhttps://github.com/danielmarschall/filter_foundry\n"
63
                               "https://github.com/danielmarschall/filter_foundry\n"
64
                               "Please contact the author with any bug reports,\n"
64
                               "\nPlease contact the author with any bug reports,\n"
65
                               "suggestions or comments.\n"
65
                               "suggestions or comments.\n"
66
                               "If you use this program and like it, please consider\n"
66
                               "If you use this program and like it, please consider\n"
67
                               "making a donation.");
67
                               "making a donation.");
68
        }
68
        }
69
 
69