git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2135
1f10aa63-cdf2-0310-b900-
c93c546f37ac
if(!job_list.front().root)
{
- cerr<<_("Unable to open ")<<job_list.front().filename<<"."<<endl;
+ cerr<<_("Unable to load '")<<job_list.front().filename<<"'."<<endl;
cerr<<_("Throwing out job...")<<endl;
job_list.pop_front();
continue;
String errors;
Canvas::Handle composite(open_canvas(composite_file, errors));
if(!composite)
+ {
+ cerr<<_("Unable to append '")<<composite_file<<"'."<<endl;
break;
+ }
Canvas::reverse_iterator iter;
for(iter=composite->rbegin();iter!=composite->rend();++iter)
{