Subversion Repositories filter_foundry

Rev

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

Rev 379 Rev 385
Line 351... Line 351...
351
                        (StringPtr)_strdup("\pChoose filter settings"), // "\p" means "Pascal string"
351
                        (StringPtr)_strdup("\pChoose filter settings"), // "\p" means "Pascal string"
352
                        #else
352
                        #else
353
                        (StringPtr)_strdup("\026Choose filter settings"),
353
                        (StringPtr)_strdup("\026Choose filter settings"),
354
                        #endif
354
                        #endif
355
                        &sfr,&reply,types,2,
355
                        &sfr,&reply,types,2,
356
                        "All supported files (*.afs, *.8bf, *.pff, *.prm, *.bin, *.txt; *.ffx)\0*.afs;*.8bf;*.pff;*.prm;*.bin;*.txt;*.ffx\0Filter Factory Settings (*.afs, *.txt)\0*.afs;*.txt\0Filter Factory for Windows, Standalone Filter (*.8bf)\0*.8bf\0Premiere TF/FF Settings (*.pff)\0*.pff\0Premiere TT/FF for Windows, Standalone Filter (*.prm)\0*.prm\0FilterFactory for MacOS, Standalone Filter (*.bin)\0*.bin\0\"Filters Unlimited\" filter (*.ffx)\0*.ffx\0All files (*.*)\0*.*\0\0"
356
                        "All supported files (*.afs, *.8bf, *.pff, *.prm, *.bin, *.txt; *.ffx)\0*.afs;*.8bf;*.pff;*.prm;*.bin;*.txt;*.ffx\0Filter Factory Settings (*.afs, *.txt)\0*.afs;*.txt\0PluginCommander TXT file (*.txt)\0*.txt\0Filter Factory for Windows, Standalone Filter (*.8bf)\0*.8bf\0Premiere TF/FF Settings (*.pff)\0*.pff\0Premiere TT/FF for Windows, Standalone Filter (*.prm)\0*.prm\0FilterFactory for MacOS, Standalone Filter (*.bin)\0*.bin\0\"Filters Unlimited\" filter (*.ffx)\0*.ffx\0All files (*.*)\0*.*\0\0"
357
                        #ifdef _WIN32
357
                        #ifdef _WIN32
358
                        ,gdata->hWndMainDlg
358
                        ,gdata->hWndMainDlg
359
                        #endif /* _WIN32 */
359
                        #endif /* _WIN32 */
360
                )){
360
                )){
361
                        // Backup everything, because obfuscation et. al. causes changing of the state (yes, that's messy :( )
361
                        // Backup everything, because obfuscation et. al. causes changing of the state (yes, that's messy :( )
Line 380... Line 380...
380
                        #else
380
                        #else
381
                        (StringPtr)_strdup("\024Save filter settings"),
381
                        (StringPtr)_strdup("\024Save filter settings"),
382
                        #endif
382
                        #endif
383
                        (StringPtr)_strdup("\0"),
383
                        (StringPtr)_strdup("\0"),
384
                        TEXT_FILETYPE,SIG_SIMPLETEXT,&reply,&sfr,
384
                        TEXT_FILETYPE,SIG_SIMPLETEXT,&reply,&sfr,
385
                        "afs","All supported files (.afs, .txt; *.pff)\0*.afs;*.txt;*.pff\0Filter Factory Settings (*.afs, *.txt)\0*.afs;*.txt\0Premiere TF/FF Settings (*.pff)\0*.pff\0All files (*.*)\0*.*\0\0",1
385
                        "afs","All supported files (.afs, .txt, *.pff)\0*.afs;*.txt;*.pff\0Filter Factory Settings (*.afs, *.txt)\0*.afs;*.txt\0Premiere TF/FF Settings (*.pff)\0*.pff\0All files (*.*)\0*.*\0\0",1
386
                        #ifdef _WIN32
386
                        #ifdef _WIN32
387
                        ,gdata->hWndMainDlg
387
                        ,gdata->hWndMainDlg
388
                        #endif /* _WIN32 */
388
                        #endif /* _WIN32 */
389
                )){
389
                )){
390
                        if(savefile_afs_pff(&sfr))
390
                        if(savefile_afs_pff(&sfr))