Subversion Repositories filter_foundry

Rev

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

Rev 193 Rev 237
Line 91... Line 91...
91
                        sprintf(ai_vers, "%d", v);
91
                        sprintf(ai_vers, "%d", v);
92
 
92
 
93
                sprintf(s, "Could not load the plugin.\n\n"
93
                sprintf(s, "Could not load the plugin.\n\n"
94
                                   "This plugin was built for Illustrator %s.\n\n"
94
                                   "This plugin was built for Illustrator %s.\n\n"
95
                                   "Please obtain the correct version for your installation "
95
                                   "Please obtain the correct version for your installation "
96
                                   "from http://www.telegraphics.com.au/sw/\n"
96
                                   "from https://www.telegraphics.com.au/sw/\n"
97
                                   "or contact support@telegraphics.com.au if you cannot resolve the problem.\n\n"
97
                                   "or contact support@telegraphics.com.au if you cannot resolve the problem.\n\n"
98
                                   "Details: AcquireSuite failed \"%s\" (%ld): %c%c%c%c",
98
                                   "Details: AcquireSuite failed \"%s\" (%ld): %c%c%c%c",
99
                                ai_vers, name, version, (int)(e>>24), (int)(e>>16), (int)(e>>8), (int)e);
99
                                ai_vers, name, version, (int)(e>>24), (int)(e>>16), (int)(e>>8), (int)e);
100
                dbg(s);
100
                dbg(s);
101
        }
101
        }