Subversion Repositories filter_foundry

Rev

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

Rev 216 Rev 230
Line 46... Line 46...
46
        if (gdata && gdata->standalone) {
46
        if (gdata && gdata->standalone) {
47
                sprintf(title, "About %s", INPLACEP2CSTR(gdata->parm.title));
47
                sprintf(title, "About %s", INPLACEP2CSTR(gdata->parm.title));
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
-
 
52
#ifdef _WIN64
-
 
53
                               " (64 bit)\n"
-
 
54
#else
-
 
55
                               " (32 bit)\n"
-
 
56
#endif
52
                               "(C) 2003-2009 Toby Thain, 2018-" RELEASE_YEAR " Daniel Marschall\n"
57
                               "(C) 2003-2009 Toby Thain, 2018-" RELEASE_YEAR " Daniel Marschall\n"
53
                               "available from " PROJECT_URL,
58
                               "available from " PROJECT_URL,
54
                               INPLACEP2CSTR(gdata->parm.title),
59
                               INPLACEP2CSTR(gdata->parm.title),
55
                               INPLACEP2CSTR(gdata->parm.author),
60
                               INPLACEP2CSTR(gdata->parm.author),
56
                               INPLACEP2CSTR(gdata->parm.copyright));
61
                               INPLACEP2CSTR(gdata->parm.copyright));
57
        } else {
62
        } else {
58
                sprintf(title, "About Filter Foundry");
63
                sprintf(title, "About Filter Foundry");
59
                sprintf(text,  "Filter Foundry " VERSION_STR "\n"
64
                sprintf(text,  "Filter Foundry " VERSION_STR
-
 
65
#ifdef _WIN64
-
 
66
                               " (64 bit)\n"
-
 
67
#else
-
 
68
                               " (32 bit)\n"
-
 
69
#endif
60
                               "(C) 2003-2009 Toby Thain, 2018-" RELEASE_YEAR " Daniel Marschall\n"
70
                               "(C) 2003-2009 Toby Thain, 2018-" RELEASE_YEAR " Daniel Marschall\n"
61
                               "\n"
71
                               "\n"
62
                               "Latest version available from\n"
72
                               "Latest version available from\n"
63
                               PROJECT_URL "\n"
73
                               PROJECT_URL "\n"
64
                               "\nPlease contact the author with any bug reports,\n"
74
                               "\nPlease contact the author with any bug reports,\n"