Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 10 → Rev 11

/trunk/ui.c
301,7 → 301,7
#ifdef MACMACHO
// FIXME: can't make standalone Mach-O bundle plugin yet
// most of the code is written (see make_mac.c)
HideDialogItem(dp,MAKEITEM);
//HideDialogItem(dp,MAKEITEM);
#endif
 
updatedialog(dp);
349,6 → 349,9
#ifdef WIN_ENV
PLstrcat(fname,(StringPtr)"\p.8bf");
#endif
#ifdef MACMACHO
PLstrcat(fname,(StringPtr)"\p.plugin");
#endif
if( putfile("\pMake standalone filter",fname,
PS_FILTER_FILETYPE,kPhotoshopSignature,&reply,&sfr ) )
make_standalone(&sfr);