Subversion Repositories filter_foundry

Rev

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

Rev 213 Rev 216
Line 48... Line 48...
48
                sprintf(text,  "%s by %s\n" /* {Title} by {Author} */
48
                sprintf(text,  "%s by %s\n" /* {Title} by {Author} */
49
                               "%s\n" /* {Copyright} */
49
                               "%s\n" /* {Copyright} */
50
                               "\n"
50
                               "\n"
51
                               "This plugin was built using Filter Foundry " VERSION_STR "\n"
51
                               "This plugin was built using Filter Foundry " VERSION_STR "\n"
52
                               "(C) 2003-2009 Toby Thain, 2018-" RELEASE_YEAR " Daniel Marschall\n"
52
                               "(C) 2003-2009 Toby Thain, 2018-" RELEASE_YEAR " Daniel Marschall\n"
53
                               "available from https://github.com/danielmarschall/filter_foundry",
53
                               "available from " PROJECT_URL,
54
                               INPLACEP2CSTR(gdata->parm.title),
54
                               INPLACEP2CSTR(gdata->parm.title),
55
                               INPLACEP2CSTR(gdata->parm.author),
55
                               INPLACEP2CSTR(gdata->parm.author),
56
                               INPLACEP2CSTR(gdata->parm.copyright));
56
                               INPLACEP2CSTR(gdata->parm.copyright));
57
        } else {
57
        } else {
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
                               "https://github.com/danielmarschall/filter_foundry\n"
63
                               PROJECT_URL "\n"
64
                               "\nPlease 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
        }