Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 197 → Rev 198

/trunk/make_mac.c
259,7 → 259,7
 
e = FSpDelete(&sfr->sfFile);
if(e && e != fnfErr){
alertuser(my_strdup("Can't replace the existing file. Try a different name or location."),my_strdup(""));
alertuser(_strdup("Can't replace the existing file. Try a different name or location."),_strdup(""));
return userCanceledErr;
}
 
287,9 → 287,9
}
 
if(e && e != userCanceledErr) {
alertuser(my_strdup("Could not create standalone plugin."),reason);
alertuser(_strdup("Could not create standalone plugin."),reason);
} else {
showmessage(my_strdup("Filter was sucessfully created"));
showmessage(_strdup("Filter was sucessfully created"));
}
 
return e;